svn commit: r14854 - trunk/src/argouml-app/tests/org/argouml/notation/providers/uml/TestEnumerationLiteralNotationUml.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2008-06-01 13:22:01-0700
New Revision: 14854

Modified:
   trunk/src/argouml-app/tests/org/argouml/notation/providers/uml/TestEnumerationLiteralNotationUml.java

Log:
Issue 5119: Fix failing test.

Modified: trunk/src/argouml-app/tests/org/argouml/notation/providers/uml/TestEnumerationLiteralNotationUml.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/notation/providers/uml/TestEnumerationLiteralNotationUml.java?view=diff&rev=14854&p1=trunk/src/argouml-app/tests/org/argouml/notation/providers/uml/TestEnumerationLiteralNotationUml.java&p2=trunk/src/argouml-app/tests/org/argouml/notation/providers/uml/TestEnumerationLiteralNotationUml.java&r1=14853&r2=14854
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/notation/providers/uml/TestEnumerationLiteralNotationUml.java	(original)
+++ trunk/src/argouml-app/tests/org/argouml/notation/providers/uml/TestEnumerationLiteralNotationUml.java	2008-06-01 13:22:01-0700
@@ -59,8 +59,6 @@
         (new InitProfileSubsystem()).init();
         (new InitNotation()).init();
         (new InitNotationUml()).init();
-//        (new InitNotationJava()).init();
-//        Project p = ProjectManager.getManager().getCurrentProject();
         Object model =
             Model.getModelManagementFactory().createModel();
         aEnumeration = Model.getCoreFactory().buildEnumeration("", model);
@@ -207,7 +205,7 @@
     public void testGenerateLiteral() throws ParseException {
         checkGenerate(aLiteral, "", npArguments);
         checkName(aLiteral, " << s1, s2, s3 >> name3", "name3");
-        checkGenerate(aLiteral, "<<s1,s2,s3>>name3", npArguments);
+        checkGenerate(aLiteral, "<<s1,s2,s3>> name3", npArguments);
     }
     
     private void checkGenerate(Object literal, String text, Map args) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.