Revision: 182
http://tmapi.svn.sourceforge.net/tmapi/?rev=182&view=rev
Author: lheuer
Date: 2010-07-19 15:18:32 +0000 (Mon, 19 Jul 2010)
Log Message:
-----------
Checked exception wasn't handled by the patch. Fixed.
Modified Paths:
--------------
trunk/src/test/java/org/tmapi/core/TestTopicRemovableConstraint.java
Modified: trunk/src/test/java/org/tmapi/core/TestTopicRemovableConstraint.java
===================================================================
--- trunk/src/test/java/org/tmapi/core/TestTopicRemovableConstraint.java 2010-07-19 15:11:41 UTC (rev 181)
+++ trunk/src/test/java/org/tmapi/core/TestTopicRemovableConstraint.java 2010-07-19 15:18:32 UTC (rev 182)
@@ -206,7 +206,7 @@
* Tests if the removable constraint is respected if a topic is
* used as topic type.
*/
- public void testUsedAsTopicType() {
+ public void testUsedAsTopicType() throws Exception {
Topic topic = createTopic();
Topic topic2 = createTopic();
assertEquals(2, _tm.getTopics().size());
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|