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 1691e86189296097638eb85ea0d70377ac635bd2..975b18a8dd1730544a977e81abfe71c7f4eac2f6 100644 (file)
@@ -226,7 +226,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.024861 seconds and 5 git commands to generate.