Add a TmfLegacyExperiment for the LTTng 0.x
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / trace / TmfTraceTest.java
index 073f2371d3c2fa2a98c1c7ec354bfbd683dda352..40986df9b3fad126042a388c7efc5c0044db9cb0 100644 (file)
@@ -390,6 +390,7 @@ public class TmfTraceTest extends TestCase {
 
         // InitTrace and wait for indexing completion...
         trace.initTrace(null, testfile.getPath(), TmfEvent.class);
+        trace.indexTrace();
         int nbSecs = 0;
         while (trace.getNbEvents() < NB_EVENTS && nbSecs < 10) {
             Thread.sleep(1000);
This page took 0.024606 seconds and 5 git commands to generate.