svn commit: r13354 - branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: b00__1
Date: 2007-08-14 13:48:51-0700
New Revision: 13354
Modified:
branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java
Log:
support the new interface org.argouml.model.CommandStack (to be commited)
Modified: branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java?view=diff&rev=13354&p1=branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java&p2=branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java&r1=13353&r2=13354
==============================================================================
--- branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java (original)
+++ branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java 2007-08-14 13:48:51-0700
@@ -659,4 +659,9 @@
String version) throws UmlException {
throw new NotImplementedException();
}
+
+ public CommandStack getCommandStack() {
+ return CommandStack.DEFAULT_INSTANCE;
+ }
+
}