lttng: Check for correct start/end times in the tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core.tests / src / org / eclipse / linuxtools / lttng2 / kernel / core / tests / stateprovider / CtfTestFiles.java
index 661c0bd538d3d8a9193ec8a464b289b4e2503aa8..5be75a3472dc95e836c6ed6113510d999ce919fc 100644 (file)
@@ -32,6 +32,7 @@ public abstract class CtfTestFiles {
      */
     public final static String traceFile = "../org.eclipse.linuxtools.ctf.core.tests/traces/trace2"; //$NON-NLS-1$
     public final static long startTime = 1331668247314038062L;
+    public final static long endTime = 1331668259054285979L; /* Expected end time of history */
 
     private static CtfTmfTrace trace = null;
 
This page took 0.024019 seconds and 5 git commands to generate.