svn commit: r13167 - trunk/tests/org/argouml/uml/TestProfileJava.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-07-27 14:30:24-0700
New Revision: 13167

Modified:
   trunk/tests/org/argouml/uml/TestProfileJava.java

Log:
Let Profile implementation decide when to load.

Modified: trunk/tests/org/argouml/uml/TestProfileJava.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tests/org/argouml/uml/TestProfileJava.java?view=diff&rev=13167&p1=trunk/tests/org/argouml/uml/TestProfileJava.java&p2=trunk/tests/org/argouml/uml/TestProfileJava.java&r1=13166&r2=13167
==============================================================================
--- trunk/tests/org/argouml/uml/TestProfileJava.java	(original)
+++ trunk/tests/org/argouml/uml/TestProfileJava.java	2007-07-27 14:30:24-0700
@@ -67,7 +67,7 @@
      */
     public void testLoadProfileModel() throws ProfileException {
         ProfileJava profile = new ProfileJava();
-        Object model = profile.loadProfileModel();
+        Object model = profile.getProfileModel();
         assertNotNull("Can't load profile model", model);
         Collection stereos = Model.getModelManagementHelper()
                 .getAllModelElementsOfKind(model,
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.