svn commit: r13315 - branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml: . ui
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: maurelio1234
Date: 2007-08-13 15:51:04-0700
New Revision: 13315
Removed:
branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/TestProfileJava.java
Modified:
branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java
Log:
updating tests
Removed: branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/TestProfileJava.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/TestProfileJava.java?view=auto&rev=13314
Modified: branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java?view=diff&rev=13315&p1=branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java&p2=branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java&r1=13314&r2=13315
==============================================================================
--- branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java (original)
+++ branches/gsoc2007/maurelio1234/branch2/tests/org/argouml/uml/ui/MockUMLUserInterfaceContainer.java 2007-08-13 15:51:04-0700
@@ -26,7 +26,7 @@
import java.util.Iterator;
-import org.argouml.uml.Profile;
+import org.argouml.uml.profile.ProfileConfiguration;
/**
* @since Oct 12, 2002
@@ -61,7 +61,7 @@
/**
* @see org.argouml.uml.ui.UMLUserInterfaceContainer#getProfile()
*/
- public Profile getProfile() {
+ public ProfileConfiguration getProfile() {
return null;
}