Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/test
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2288/tm4j/src/org/tm4j/topicmap/test
Modified Files:
TopicTest.java
Log Message:
Spelling fix: s/ccurence/ccurrence/ part 3: non-TMDM-spelling-fixes (found thanks to a code-review by Benjamin Bock <bb-...@bo...>)
Index: TopicTest.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/test/TopicTest.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** TopicTest.java 8 Dec 2004 10:51:01 -0000 1.32
--- TopicTest.java 21 Jan 2008 20:12:40 -0000 1.33
***************
*** 293,297 ****
topic.getOccurrences().size());
! //assertEquals("Occurrences collection is not null after reset", null, topic.getOccurences());
assertTrue("Topic.getOccurrences() does not return a Collection",
topic.getOccurrences() instanceof Collection);
--- 293,297 ----
topic.getOccurrences().size());
! //assertEquals("Occurrences collection is not null after reset", null, topic.getOccurrences());
assertTrue("Topic.getOccurrences() does not return a Collection",
topic.getOccurrences() instanceof Collection);
|