lttng: Delete project at the end of ControlViewTest
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Sun, 20 Mar 2016 16:33:16 +0000 (12:33 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 23 Mar 2016 22:01:47 +0000 (18:01 -0400)
So that the test can run twice in a row.

Change-Id: I4382c991c3add7f8fe53fae14963f65ce446e15a
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/68860
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/control/ui/swtbot/tests/ControlViewTest.java

index 03c5a5db6c00de25f9fce153825d78181b00b95d..6efcc2838978bebe939573d5f0f38d9c2a09ee56 100644 (file)
@@ -226,6 +226,7 @@ public class ControlViewTest {
         SWTBotUtils.clearExperimentFolder(fBot, ControlViewSwtBotUtil.DEFAULT_REMOTE_PROJECT);
         testDestroySession();
         testDisconnectFromNode();
+        SWTBotUtils.deleteProject(ControlViewSwtBotUtil.DEFAULT_REMOTE_PROJECT, fBot);
     }
 
     /**
This page took 0.027224 seconds and 5 git commands to generate.