2010-06-05 fchouinard@gmail.com Contributions for bugs 292965, 292963, 293102,...
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.tests / src / org / eclipse / linuxtools / tmf / tests / trace / TmfExperimentTest.java
index 265a0b49117847a3c96b4c753b4c583c39092898..8359a4d03ab1b986f230a39d05ca5e8fbdbda46e 100644 (file)
@@ -76,7 +76,7 @@ public class TmfExperimentTest extends TestCase {
     private void setupExperiment() {
        if (fExperiment == null) {
             fExperiment = new TmfExperiment<TmfEvent>(TmfEvent.class, EXPERIMENT, fTraces);
-            fExperiment.indexExperiment();
+//            fExperiment.indexExperiment();
        }
     }
 
This page took 0.025406 seconds and 5 git commands to generate.