Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Redor2015-06-02 09:49:01 +0000
committerLaurent Redor2015-06-02 09:52:08 +0000
commita74170d807cbed69ad82ea001558ee9291f9a9a0 (patch)
treec10374b790cb84ddd35c047ad464c649e701e66c
parentdc3d1d107e9301b98ae79628795c6b8ee4e49f66 (diff)
downloadorg.eclipse.sirius-a74170d807cbed69ad82ea001558ee9291f9a9a0.tar.gz
org.eclipse.sirius-a74170d807cbed69ad82ea001558ee9291f9a9a0.tar.xz
org.eclipse.sirius-a74170d807cbed69ad82ea001558ee9291f9a9a0.zip
[454902] Remove test added by mistake.
Bug: 454902 Change-Id: Ia80c70458d8fe81abebad1134be1de8c0ed545be Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/suite/AllTestSuite.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/suite/AllTestSuite.java b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/suite/AllTestSuite.java
index 8fbc61c4b1..0e82c20349 100644
--- a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/suite/AllTestSuite.java
+++ b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/suite/AllTestSuite.java
@@ -314,7 +314,6 @@ public class AllTestSuite extends TestCase {
suite.addTestSuite(ContextualMenuTest.class);
suite.addTestSuite(BracketEdgeTests.class);
suite.addTestSuite(EdgeCopyPasteLayoutTest.class);
- suite.addTestSuite(BendpointsStabilityOnMovesTest.class);
suite.addTestSuite(BorderedNodeCopyPastLayoutTest.class);
suite.addTestSuite(ContainerDefaultSizeLayoutTest.class);
suite.addTestSuite(ModifyEdgeLayoutAfterRefreshTest.class);

Back to the top