svn commit: r18335 - trunk/src/argouml-app/src/org/argouml/profile/ProfileFacade.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2010-04-27 04:19:16-0700
New Revision: 18335
Modified:
trunk/src/argouml-app/src/org/argouml/profile/ProfileFacade.java
Log:
Fix failing test by not logging details of a class that may not be in a stable state
Modified: trunk/src/argouml-app/src/org/argouml/profile/ProfileFacade.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/ProfileFacade.java?view=diff&pathrev=18335&r1=18334&r2=18335
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/profile/ProfileFacade.java (original)
+++ trunk/src/argouml-app/src/org/argouml/profile/ProfileFacade.java 2010-04-27 04:19:16-0700
@@ -105,7 +105,7 @@
try {
manager.removeProfile(p);
} catch (InvalidElementException e) {
- LOG.debug("Attempted to delete extent twice in removeAllProfiles " + p);
+ LOG.debug("Attempted to delete extent twice in removeAllProfiles ");
}
}
}
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2596842
To unsubscribe from this discussion, e-mail: [[email protected]].