Fix for Bug354541 - TraceLibPath handling + JUnits
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.tests / src / org / eclipse / linuxxtools / lttng / tests / headless / LttngTraceTest.java
index f423d6584a6ed4f89f005024e7e590f4dccc199f..7e4d8ea5b6bcc0baa34aac8710ebfa5b9cf00c56 100644 (file)
@@ -55,7 +55,7 @@ public class LttngTraceTest {
                        if ( USE_TEXT_TRACE ) {
                                tmptrace = new LTTngTextTrace(TRACE_PATH, true);
                        } else {
-                               tmptrace = new LTTngTrace(TRACE_PATH, true, true);
+                               tmptrace = new LTTngTrace(TRACE_PATH, null, true, true);
                        }
                        
                        LttngTimestamp tmpTime = new LttngTimestamp(0L);
This page took 0.023406 seconds and 5 git commands to generate.