Add utility method to close secondary shells after tests
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests / src / org / eclipse / tracecompass / lttng2 / kernel / ui / swtbot / tests / KernelTestBase.java
index 4d3d6b9e579f2d98701207c82ef3d225f8986792..2c826f782894e87b8aca62d88567314c930fd39a 100644 (file)
@@ -135,6 +135,7 @@ public abstract class KernelTestBase {
     @After
     public void after() {
         fBot.closeAllEditors();
     @After
     public void after() {
         fBot.closeAllEditors();
+        SWTBotUtils.closeSecondaryShells(fBot);
     }
 
     /**
     }
 
     /**
This page took 0.024643 seconds and 5 git commands to generate.