Introduce TmfLegacyExperiment
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / ctfadaptor / CtfTmfTraceTest.java
index ceaca0ded222a56624891da3c1b07f81af0e589e..ae11c98b667cc57f1b67969000c0673fc0ec91c2 100644 (file)
@@ -767,7 +767,7 @@ public class CtfTmfTraceTest {
         CtfTmfTrace fixture = initTrace();
         ITmfContext context = fixture.seekEvent(0);
 
-        CtfTmfEvent result = fixture.readNextEvent(context);
+        CtfTmfEvent result = fixture.getNext(context);
 
         // add additional test code here
         // An unexpected exception was thrown in user code while executing this test:
This page took 0.028184 seconds and 5 git commands to generate.