Revision: 17751
          http://sourceforge.net/p/gate/code/17751
Author:   markagreenwood
Date:     2014-03-28 17:48:03 +0000 (Fri, 28 Mar 2014)
Log Message:
-----------
I may be on holiday, but that doesn't seem to have stopped Di from braking the 
tests again :)

Modified Paths:
--------------
    gate/trunk/src/test/gate/creole/gazetteer/TestGazetteer.java

Modified: gate/trunk/src/test/gate/creole/gazetteer/TestGazetteer.java
===================================================================
--- gate/trunk/src/test/gate/creole/gazetteer/TestGazetteer.java        
2014-03-28 02:21:44 UTC (rev 17750)
+++ gate/trunk/src/test/gate/creole/gazetteer/TestGazetteer.java        
2014-03-28 17:48:03 UTC (rev 17751)
@@ -62,7 +62,7 @@
     //test with partial words
     gaz.setWholeWordsOnly(false);
     gaz.execute();
-    assertEquals("Wrong number of annotations produced", 359, resultAS.size());
+    assertEquals("Wrong number of annotations produced", 358, resultAS.size());
     gaz.setWholeWordsOnly(true);
     resultAS.clear();
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to