Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsteban Dugueperoux2015-02-16 15:40:02 +0000
committerEsteban DUGUEPEROUX2015-02-16 15:41:31 +0000
commit2933209ac932937352c26c601555b119f0129383 (patch)
tree11890c0a3a99eadbbe15dbf39cb78ecda6efa276
parentd8416637cfcd7b49ff9822b77c460a54f775c766 (diff)
downloadorg.eclipse.sirius-2933209ac932937352c26c601555b119f0129383.tar.gz
org.eclipse.sirius-2933209ac932937352c26c601555b119f0129383.tar.xz
org.eclipse.sirius-2933209ac932937352c26c601555b119f0129383.zip
[458977] Update TreeItemStyleDescriptionTest to do a global refresh
Bug: 458977 Change-Id: Ia2234e9a6adcc0143e5de03558540a55384cd87c Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tree/TreeItemStyleDescriptionTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tree/TreeItemStyleDescriptionTest.java b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tree/TreeItemStyleDescriptionTest.java
index ddbd58d5c1..9a1670ace0 100644
--- a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tree/TreeItemStyleDescriptionTest.java
+++ b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tree/TreeItemStyleDescriptionTest.java
@@ -296,8 +296,8 @@ public class TreeItemStyleDescriptionTest extends AbstractTreeSiriusSWTBotGefTes
checkTreeItemStyle(widgetNewEclass1);
- // Manual refreh with click context menu
- editor.bot().tree().getTreeItem(NEWECLASS1).contextMenu(REFRESH_TREE).click();
+ // Manual refresh with click context menu
+ editor.bot().tree().contextMenu(REFRESH_TREE).click();
SWTBotUtils.waitProgressMonitorClose("Progress Information");
refreshEditorTest();

Back to the top