Monster fix: TMF model update + corresponding LTTng adaptations + JUnits
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.tests / src / org / eclipse / linuxtools / lttng / state / handlers / after / StateAfterUpdateHandlers.java
index a58622cd57428a4b8a8ca96450992e45daa2b73f..6cb870f21b9ca48ee5d3d6674a6e386fbde7dc86 100644 (file)
@@ -72,7 +72,7 @@ class StateAfterUpdateHandlers {
                                                        + ExecutionMode.LTTV_STATE_SYSCALL.getInName());
                                }
 
-                               if (stackState.getEntry_LttTime() != trcEvent.getTimestamp()) {
+                               if (stackState.getEntry_LttTime() != trcEvent.getTimestamp().getValue()) {
                                        TraceDebug.debug("Unexpected Entry time: "
                                                        + trcEvent.getTimestamp() + " Expected: "
                                                        + stackState.getEntry_LttTime());
This page took 0.024343 seconds and 5 git commands to generate.