tmf: Update XML trace stub to use ns directly
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.swtbot.tests / src / org / eclipse / tracecompass / tmf / ui / swtbot / tests / viewers / events / TestTraceOffsetting.java
index 661e098d66c815031ddc7e39021692acce69d87a..9e13718ef2c3fba36b31dbf55de0eddff0a0b1a0 100644 (file)
@@ -166,7 +166,7 @@ public class TestTraceOffsetting {
         editor = fBot.editorByTitle(fLocation.getName());
         eventsTableBot = editor.bot().table();
         timestamp = eventsTableBot.cell(1, 1);
-        assertEquals("19:00:00.000 000 099", timestamp);
+        assertEquals("19:01:39.000 000 000", timestamp);
         SWTBotUtils.deleteProject(PROJET_NAME, fBot);
     }
 
This page took 0.032895 seconds and 5 git commands to generate.