Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrschnekenbu2011-02-02 19:23:41 +0000
committerrschnekenbu2011-02-02 19:23:41 +0000
commit66835f9e480c16dc537ff7199c124a7af7d3503f (patch)
treeb35ab0fc323ae46bd73a8689ad946cb4ab1471df /tests
parentfc080390c107ab2583c4b079ef5e0b9b92e8b4bd (diff)
downloadorg.eclipse.papyrus-66835f9e480c16dc537ff7199c124a7af7d3503f.tar.gz
org.eclipse.papyrus-66835f9e480c16dc537ff7199c124a7af7d3503f.tar.xz
org.eclipse.papyrus-66835f9e480c16dc537ff7199c124a7af7d3503f.zip
Fixed test bug for M5 - restore the initial state
Diffstat (limited to 'tests')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.core.tests/test/org/eclipse/papyrus/core/wizard/TestCreateModelWizard.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.core.tests/test/org/eclipse/papyrus/core/wizard/TestCreateModelWizard.java b/tests/junit/plugins/core/org.eclipse.papyrus.core.tests/test/org/eclipse/papyrus/core/wizard/TestCreateModelWizard.java
index 37340dc8a55..068560750a6 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.core.tests/test/org/eclipse/papyrus/core/wizard/TestCreateModelWizard.java
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.core.tests/test/org/eclipse/papyrus/core/wizard/TestCreateModelWizard.java
@@ -30,8 +30,7 @@ public class TestCreateModelWizard extends TestNewModelWizardBase {
}
public void testDiagramFileExtentionLabel() {
- // final String expectedExtension = "test.xxx";
- final String expectedExtension = "di";
+ final String expectedExtension = "test.xxx";
IWorkbenchWizard wizard = new InitModelWizard() {
@Override

Back to the top