Fix for unit test on Windows.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / trace / TmfTraceTest.java
index 20d621d2ed79b9fb2fd0fc32cd6e04311a1aa26d..bb73b1bcab0e0a811ad140520f5c88b7674a079a 100644 (file)
@@ -389,7 +389,7 @@ public class TmfTraceTest extends TestCase {
         assertTrue("validate", trace.validate(null, testfile.getPath()));
 
         // InitTrace and wait for indexing completion...
-        trace.initTrace(null, testfile.getPath(), TmfEvent.class);
+        trace.initTrace(null, testfile.toURI().getPath(), TmfEvent.class);
         trace.indexTrace();
         int nbSecs = 0;
         while (trace.getNbEvents() < NB_EVENTS && nbSecs < 10) {
This page took 0.024008 seconds and 5 git commands to generate.