Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Barbin2016-04-29 07:57:06 +0000
committerFlorian Barbin2016-04-29 07:57:06 +0000
commitb2803c39513bbb18d557e913b6e646f7befb19ef (patch)
tree227d0427a0804e565c56ab30cb45bee5f21928ff
parent9ca1a7406188b0e6c386f7ce459dd503ac8ebd4f (diff)
downloadorg.eclipse.sirius-b2803c39513bbb18d557e913b6e646f7befb19ef.tar.gz
org.eclipse.sirius-b2803c39513bbb18d557e913b6e646f7befb19ef.tar.xz
org.eclipse.sirius-b2803c39513bbb18d557e913b6e646f7befb19ef.zip
[490444] Fixes SWTBot TabBarTest action tooltip
Bug: 490444 Change-Id: I2906c25831465895b54c4f506000df5ecf52caea Signed-off-by: Florian Barbin <florian.barbin@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java
index dc96521cd9..7b32658173 100644
--- a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java
+++ b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java
@@ -100,7 +100,7 @@ public class TabBarTest extends AbstractSiriusSwtBotGefTestCase {
private static final String[] CONTAINER_TOOLBARBUTTONS_TOOLTIPS = { "Pin selected elements", "Unpin selected elements", "Copy the layout of the selected diagram elements", "Hide element",
"Hide label", "Delete from Diagram", "Delete from Model", "Font", "Set style to workspace image", ResetStylePropertiesToDefaultValuesAction.ACTION_NAME,
- "Apply the applicable appearance properties of the first selected shape to the other selected shapes.", "Make height and width same size", "Auto Size" };
+ "Apply the applicable appearance properties of the last selected shape to the other selected shapes.", "Make height and width same size", "Auto Size" };
private static final String[] CONTAINER_TOOLBARTOGGLEBUTTONS_TOOLTIPS = { "Bold Font Style", "Italic Font Style" };

Back to the top