tmf: Fix failure in StandardImportGzipTraceTest related to test ordering
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.swtbot.tests / src / org / eclipse / tracecompass / tmf / ui / swtbot / tests / viewers / events / TmfAlignTimeAxisTest.java
index dd74c15e24d1fb9c70182bf3c6bf6c00b6f61618..d57be3115910c77841c96514d68b7055df093cca 100644 (file)
@@ -146,6 +146,8 @@ public class TmfAlignTimeAxisTest {
     public void after() {
         SWTWorkbenchBot bot = new SWTWorkbenchBot();
         SWTBotUtils.activeEventsEditor(bot).close();
+        /* Switch back to Tracing perspective since several tests change the perspective */
+        SWTBotUtils.switchToTracingPerspective();
     }
 
     /**
This page took 0.02477 seconds and 5 git commands to generate.