Rename xxx.lttng to xxx.lttng.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.tests / src / org / eclipse / linuxtools / lttng / tests / event / LttngEventTest.java
index 3ce3e99abee21d38d2e4c9c0ab2c61410757bac3..f713dcf887a0861a842ec418b5d4a7cb9e43f4c5 100644 (file)
@@ -111,7 +111,7 @@ public class LttngEventTest extends TestCase {
                 testEvent      = null;
                 testTime       = new LttngTimestamp(0L);
                 testSource     = new TmfEventSource("test");
-                testType       = new LttngEventType("test", 0L, "test", testMarkerFields);
+                testType       = new LttngEventType("test", 0L, "test", 0, testMarkerFields);
                 testContent    = new LttngEventContent(testEvent);
                 testReference = new LttngEventReference("test", "test");
         }
@@ -180,7 +180,7 @@ public class LttngEventTest extends TestCase {
         JniEvent                       testJniEvent    = null;
                
         String[] testMarkerFields = new String[1];
-        testType       = new LttngEventType("test", 0L, "test", testMarkerFields);
+        testType       = new LttngEventType("test", 0L, "test", 0, testMarkerFields);
         testContent    = new LttngEventContent(testEvent);
         
        try {
This page took 0.024283 seconds and 5 git commands to generate.