Refactor TmfTrace and dependencies - move parseEvent to ITmfEventParser
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.core.tests / src / org / eclipse / linuxtools / lttng / core / tests / event / LttngEventTest.java
index 713949d33b86ade332200f07f23b9bc2f7f8bdea..9843ae4df5090922a4c2e0e201afac72e74c0f8f 100644 (file)
@@ -77,7 +77,7 @@ public class LttngEventTest extends TestCase {
 
         try {
             final LTTngTextTrace tmpStream = initializeEventStream();
-            tmpEvent = (LttngEvent)tmpStream.getNextEvent(new TmfContext(new TmfLocation<Long>(0L), 0) );
+            tmpEvent = (LttngEvent)tmpStream.readEvent(new TmfContext(new TmfLocation<Long>(0L), 0) );
         }
         catch (final Exception e) {
             System.out.println("ERROR : Could not open " + tracepath1);
This page took 0.02499 seconds and 5 git commands to generate.