svn commit: r12888 - trunk/tests/org/argouml/TestDependencies.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2007-06-21 08:40:34-0700
New Revision: 12888

Modified:
   trunk/tests/org/argouml/TestDependencies.java

Log:
Remove cyclic dependency between org.argouml.util and org.argouml.ui.cmd.

Modified: trunk/tests/org/argouml/TestDependencies.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tests/org/argouml/TestDependencies.java?view=diff&rev=12888&p1=trunk/tests/org/argouml/TestDependencies.java&p2=trunk/tests/org/argouml/TestDependencies.java&r1=12887&r2=12888
==============================================================================
--- trunk/tests/org/argouml/TestDependencies.java	(original)
+++ trunk/tests/org/argouml/TestDependencies.java	2007-06-21 08:40:34-0700
@@ -83,27 +83,30 @@
             new TestSuite("Tests for dependencies using Jdepend");
 
         String[] clean = {
-            "org.argouml.configuration",
             "org.argouml.application.api",
             "org.argouml.application.events",
             "org.argouml.application.helpers",
             "org.argouml.application.security",
             "org.argouml.cognitive.checklist",
-            "org.argouml.application.api",
+            //"org.argouml.cognitive.critics",
+            "org.argouml.configuration",
             "org.argouml.i18n",
-            "org.argouml.swingext",
-            "org.argouml.taskmgmt",
-            "org.argouml.uml.diagram.layout",
+            "org.argouml.gefext",
+            "org.argouml.language.ui",
             "org.argouml.notation.providers",
             //"org.argouml.notation.providers.java",
             //"org.argouml.notation.providers.uml",
             //"org.argouml.notation",
             //"org.argouml.notation.ui",
+            "org.argouml.swingext",
+            "org.argouml.taskmgmt",
+            "org.argouml.uml.diagram.layout",
+            "org.argouml.uml.generator",
             "org.argouml.uml.util.namespace",
             "org.argouml.util.logging",
             "org.argouml.util.osdep.win32",
             "org.argouml.util.osdep",
-            "org.argouml.swingext",
+            "org.argouml.util",
         };
         for (int i = 0; i < clean.length; i++) {
             suite.addTest(new CheckDependencyCycle(jdepend, clean[i]));
@@ -149,6 +152,7 @@
 //TODO:{"org.argouml.cognitive", "org.argouml.cognitive.critics"},
             {"org.argouml.uml.diagram", "org.argouml.ui"},
             {"org.argouml.ui", "org.argouml.notation.ui"},
+            {"org.argouml.util", "org.argouml.ui.cmd"},
         };
         for (int i = 0; i < dep.length; i++) {
             suite.addTest(new CheckNoDependency(jdepend, dep[i]));
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.