svn commit: r18259 - trunk/src/argouml-app/tests/org/argouml/profile/TestProfileFacade.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2010-04-13 12:12:11-0700
New Revision: 18259

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

Log:
Correct return type

Modified: trunk/src/argouml-app/tests/org/argouml/profile/TestProfileFacade.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/profile/TestProfileFacade.java?view=diff&pathrev=18259&r1=18258&r2=18259
==============================================================================
--- trunk/src/argouml-app/tests/org/argouml/profile/TestProfileFacade.java	(original)
+++ trunk/src/argouml-app/tests/org/argouml/profile/TestProfileFacade.java	2010-04-13 12:12:11-0700
@@ -76,7 +76,7 @@
      */
     public void testGetManagerBeforeInitialisationThrows() {
         manager.getRegisteredProfiles();
-        managerCtrl.setReturnValue(Collections.emptySet());
+        managerCtrl.setReturnValue(Collections.emptyList());
         managerCtrl.replay();
         
         ProfileFacade.reset();
@@ -96,7 +96,7 @@
 
         // Called during teardown
         manager.getRegisteredProfiles();
-        managerCtrl.setReturnValue(Collections.emptySet());
+        managerCtrl.setReturnValue(Collections.emptyList());
 
         managerCtrl.replay();
         
@@ -111,7 +111,7 @@
 
         // Called during teardown
         manager.getRegisteredProfiles();
-        managerCtrl.setReturnValue(Collections.emptySet());
+        managerCtrl.setReturnValue(Collections.emptyList());
 
         managerCtrl.replay();

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

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.