Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / ctfadaptor / EventContextTest.java
index 6aeb2b015457427e59fde3628298ae42f6a75f3d..d59a5014e070aca548552f46b8008622f30b18d5 100644 (file)
@@ -227,7 +227,7 @@ public class EventContextTest {
         public EventContextTestRequest(long timestamp) {
             super(CtfTmfEvent.class,
                     new TmfTimeRange(new CtfTmfTimestamp(timestamp), TmfTimestamp.BIG_CRUNCH),
-                    0, 1, 1, ExecutionType.FOREGROUND);
+                    0, 1, ExecutionType.FOREGROUND);
         }
 
         @Override
This page took 0.024389 seconds and 5 git commands to generate.