ctf: Make LttngKernelTraceGenerator also generate UST test traces
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.tmf.ctf.core.tests / shared / org / eclipse / tracecompass / tmf / ctf / core / tests / shared / CtfTmfTestTraceUtils.java
index f29f919f22e2e0ec5ba15010daea0e3ba8044619..d627c675f1ce014d782294ad889ca27e3abb5638 100644 (file)
@@ -15,7 +15,7 @@ import java.util.Map;
 
 import org.eclipse.core.runtime.FileLocator;
 import org.eclipse.jdt.annotation.NonNullByDefault;
-import org.eclipse.tracecompass.ctf.core.tests.shared.LttngKernelTraceGenerator;
+import org.eclipse.tracecompass.ctf.core.tests.shared.LttngTraceGenerator;
 import org.eclipse.tracecompass.testtraces.ctf.CtfTestTrace;
 import org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException;
 import org.eclipse.tracecompass.tmf.ctf.core.event.CtfTmfEvent;
@@ -87,7 +87,7 @@ public final class CtfTmfTestTraceUtils {
     public static CtfTmfTrace getSyntheticTrace() {
         CtfTmfTrace trace = new CtfTmfTrace();
         try {
-            trace.initTrace(null, LttngKernelTraceGenerator.getPath(), CtfTmfEvent.class);
+            trace.initTrace(null, LttngTraceGenerator.getPath(), CtfTmfEvent.class);
         } catch (TmfTraceException e) {
             throw new IllegalStateException();
         }
This page took 0.026594 seconds and 5 git commands to generate.