Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Redor2021-03-31 06:51:30 +0000
committerLaurent Redor2021-03-31 13:46:37 +0000
commit79ba372ced89bff2e9072fd2c03a2d2a37e08468 (patch)
tree8b2eea36c179e472809e356c42c01d3906f3e37e
parentd74257f934f42445010b4c39e8a9c32facc6657c (diff)
downloadorg.eclipse.sirius-79ba372ced89bff2e9072fd2c03a2d2a37e08468.tar.gz
org.eclipse.sirius-79ba372ced89bff2e9072fd2c03a2d2a37e08468.tar.xz
org.eclipse.sirius-79ba372ced89bff2e9072fd2c03a2d2a37e08468.zip
[test] Remove an unnecessary takeScreenshot
Change-Id: I59728200e4c095ccf4e7f10a6f1ef57f112aec40 Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/modelexplorer/LockedModelExplorerTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/modelexplorer/LockedModelExplorerTest.java b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/modelexplorer/LockedModelExplorerTest.java
index 9d54b479c5..261ae09c15 100644
--- a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/modelexplorer/LockedModelExplorerTest.java
+++ b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/modelexplorer/LockedModelExplorerTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2015 THALES GLOBAL SERVICES and others.
+ * Copyright (c) 2015, 2021 THALES GLOBAL SERVICES and others.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
@@ -146,7 +146,6 @@ public class LockedModelExplorerTest extends AbstractSiriusSwtBotGefTestCase {
lockRepresentation(false);
assertFalse("The job should not be scheduled as one unlock notification has been send and ModelExplorer view is not opened.", refreshJobScheduled);
} finally {
- takeScreenshot("before reopening of ModelExplorer view");
// Reopen the model explorer view (for following tests in suite)
Display.getDefault().syncExec(new Runnable() {
@Override

Back to the top