ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / event / TmfEventTest.java
index aa40d54ee3d7c6e0555e946b3e239f2aaa413469..40cefa1deb5a38902b5556c38680447ccd7860bf 100644 (file)
@@ -93,7 +93,7 @@ public class TmfEventTest {
         try {
             final URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(TmfTestTrace.A_TEST_10K.getFullPath()), null);
             final File test = new File(FileLocator.toFileURL(location).toURI());
-            trace = new TmfTraceStub(test.toURI().getPath(), 500, false, null, null);
+            trace = new TmfTraceStub(test.toURI().getPath(), 500, false, null);
         } catch (final TmfTraceException e) {
             e.printStackTrace();
         } catch (final URISyntaxException e) {
This page took 0.026036 seconds and 5 git commands to generate.