svn commit: r16303 - trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java
Tom Morris <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-12-07 14:28:54-0800
New Revision: 16303
Modified:
trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java
Log:
Skip testing Permission
Modified: trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java?view=diff&pathrev=16303&r1=16302&r2=16303
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java (original)
+++ trunk/src/argouml-app/tests/org/argouml/model/TestAgainstUmlModel.java 2008-12-07 14:28:54-0800
@@ -366,6 +366,10 @@
dontTest.add("ProcedureExpression");
dontTest.add("TimeExpression");
dontTest.add("TypeExpression");
+
+ // TODO: We'd like to test this in its new guise as PackageImport, but
+ // we don't have a good way to do it currently
+ dontTest.add("Permission");
/*
* A few of our factories are slightly different than as declared in the
@@ -398,6 +402,15 @@
remap.put("BehaviorStateMachines", "StateMachines");
remap.put("ProtocolStateMachines", "StateMachines");
remap.put("Models", "ModelManagement");
+
+ /*
+ * For those things which we've already migrated to UML 2.x syntax
+ * we need to map them back to their UML 1.4 equivalents during the
+ * migration period.
+ */
+ // TODO: Except this won't work because the names are different which
+ // will cause a test in CheckUMLModelHelper to fail
+// remap.put("Core:Permission", "Core:PackageImport");
}
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=980937
To unsubscribe from this discussion, e-mail: [[email protected]].