Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / ctfadaptor / CtfTmfEventTest.java
index 78332687fab18c802200a617b1b29f881ada9c5e..a48e7d5dca4b1a6e7c8e92ef30781ee2addde506 100644 (file)
@@ -174,7 +174,7 @@ public class CtfTmfEventTest {
         String source = fixture.getSource();
         ITmfEventType type = fixture.getType();
         assertEquals(ITmfContext.UNKNOWN_RANK, rank);
-        assertEquals("test", trace.getName());
+        assertEquals("kernel", trace.getName());
         assertEquals("channel0_1", reference);
         assertEquals("1", source);
         assertEquals("lttng_statedump_vm_map", type.toString());
This page took 0.024024 seconds and 5 git commands to generate.