tmf: Close Sequence Diagram view after tests
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Sat, 13 Feb 2016 11:12:20 +0000 (12:12 +0100)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 15 Feb 2016 18:20:01 +0000 (13:20 -0500)
If the test ran first then the perspective checker test second,
the perspective test failed.

Change-Id: Ia9c07855a8aca5a7a7f4e8960736b1e64c6b1e95
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/66578
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/SDViewTest.java

index 71cc0341f0f88b4a3be842a9d914b7b49084553c..ea95c39f8d907bf34b8788b63c0bcd3a32667471 100644 (file)
@@ -122,6 +122,7 @@ public class SDViewTest {
      */
     @AfterClass
     public static void cleanUp() {
+        SWTBotUtils.closeViewById(UML2DVIEW_ID, fBot);
         fFileLocation.delete();
         fLogger.removeAllAppenders();
     }
This page took 0.02517 seconds and 5 git commands to generate.