Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Porhel2015-07-17 12:27:01 +0000
committerMaxime Porhel2015-07-17 12:31:03 +0000
commit910260a82bf4173c857656d7a0920edbff06b833 (patch)
treed444755210d7f711441ee69996db76c8cbeb0b34
parentdf363683891a6f6fcf265911a66798b5176a6d7c (diff)
downloadorg.eclipse.sirius-910260a82bf4173c857656d7a0920edbff06b833.tar.gz
org.eclipse.sirius-910260a82bf4173c857656d7a0920edbff06b833.tar.xz
org.eclipse.sirius-910260a82bf4173c857656d7a0920edbff06b833.zip
[467512] Fix typo in sesison test file name.
Bug: 467512 Change-Id: Id268e9efdd91dc6a4998bcf8cb6e540ce8820399 Signed-off-by: Maxime Porhel <maxime.porhel@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/PaletteManagerAfterVSMSelectionChange.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/PaletteManagerAfterVSMSelectionChange.java b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/PaletteManagerAfterVSMSelectionChange.java
index bab5304312..ae6a94c55c 100644
--- a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/PaletteManagerAfterVSMSelectionChange.java
+++ b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/PaletteManagerAfterVSMSelectionChange.java
@@ -45,7 +45,7 @@ public class PaletteManagerAfterVSMSelectionChange extends AbstractSiriusSwtBotG
private static final String MODELER_EXTENSION_NAME = "extended.odesign";
- private static final String SESSION_NAME = "my.aird";
+ private static final String SESSION_NAME = "My.aird";
private static final String REPRESENTATION_DESC_NAME = "classDiagram";

Back to the top