Refactor TmfTrace and dependencies - introduce ITmfTraceIndexer
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / stubs / org / eclipse / linuxtools / tmf / tests / stubs / component / TmfDataProviderStub.java
index a279396bc26230e80f23dde862d3fdddf572b801..6df409a7ec4ff7d6973fd66b71f5b93e37a2a66d 100644 (file)
@@ -45,7 +45,7 @@ public class TmfDataProviderStub extends TmfDataProvider<TmfEvent> {
         final URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
         try {
             final File test = new File(FileLocator.toFileURL(location).toURI());
-            fTrace = new TmfTraceStub(test.getPath(), true);
+            fTrace = new TmfTraceStub(test.getPath(), 0, true);
         } catch (final URISyntaxException e) {
             e.printStackTrace();
         }
This page took 0.024892 seconds and 5 git commands to generate.