Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / trace / indexer / checkpoint / TmfCheckpointIndexTest.java
index 9ff489823109bf487cc6b783eee205dd428383cb..52cd6b0d7ab1495d9c1fdfa0b6da03c0166dcf5d 100644 (file)
@@ -28,6 +28,7 @@ import org.eclipse.core.runtime.Path;
 import org.eclipse.linuxtools.tmf.core.event.ITmfEvent;
 import org.eclipse.linuxtools.tmf.core.exceptions.TmfTraceException;
 import org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin;
+import org.eclipse.linuxtools.tmf.core.tests.shared.TmfTestTrace;
 import org.eclipse.linuxtools.tmf.core.timestamp.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
 import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
@@ -49,8 +50,6 @@ public class TmfCheckpointIndexTest {
     // Variables
     // ------------------------------------------------------------------------
 
-    private static final String    DIRECTORY   = "testfiles";
-    private static final String    TEST_STREAM = "A-Test-10K";
     private static final int       BLOCK_SIZE  = 100;
     private static final int       NB_EVENTS   = 10000;
     private static TestTrace       fTrace      = null;
@@ -62,7 +61,7 @@ public class TmfCheckpointIndexTest {
 
     @Before
     public void setUp() {
-        setupTrace(DIRECTORY + File.separator + TEST_STREAM);
+        setupTrace(TmfTestTrace.A_TEST_10K.getFullPath());
     }
 
     @After
This page took 0.025051 seconds and 5 git commands to generate.