svn commit: r16595 - trunk/src/argouml-app/tests/org/argouml/TestDependencies.java

Michiel van der Wulp <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2009-01-14 06:14:16-0800
New Revision: 16595

Modified:
   trunk/src/argouml-app/tests/org/argouml/TestDependencies.java

Log:
Fix the failing test - Again - I hope, since I can not test. See my previous commit.
There is no need to disallow any dependency from org.argouml.ui to org.argouml.moduleloader, since e.g. there is no dependency the other way.
This problem was caused by commit 16584, which solved issue 5509: The AboutBox asks the Module loader about the modules.

Modified: trunk/src/argouml-app/tests/org/argouml/TestDependencies.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/TestDependencies.java?view=diff&pathrev=16595&r1=16594&r2=16595
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/TestDependencies.java	(original)
+++ trunk/src/argouml-app/tests/org/argouml/TestDependencies.java	2009-01-14 06:14:16-0800
@@ -146,7 +146,7 @@
             {"org.argouml.moduleloader", "org.argouml.persistence"},
             {"org.argouml.notation", "org.argouml.notation.ui"},
             {"org.argouml.ui.targetmanager", "org.argouml.ui"},
-            {"org.argouml.ui", "org.argouml.moduleloader"},
+            {"org.argouml.moduleloader", "org.argouml.ui"},
             {"org.argouml.cognitive", "org.argouml.ui"},
             {"org.argouml.cognitive.critics", "org.argouml.cognitive.ui"},
             {"org.argouml.ui", "org.argouml.cognitive.critics.ui"},

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1024211

To unsubscribe from this discussion, e-mail: [[email protected]].
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.