Author: rwesten
Date: Mon Nov 12 22:08:44 2012
New Revision: 1408472

URL: http://svn.apache.org/viewvc?rev=1408472&view=rev
Log:
minor: Deactivated the check for the number of Enhancements for the Geonames 
engine as geonames.org changes the fact that Oceania is returned as parent of 
New Zealand to often.

Modified:
    
stanbol/trunk/enhancer/engines/geonames/src/test/java/org/apache/stanbol/enhancer/engines/geonames/impl/TestLocationEnhancementEngine.java

Modified: 
stanbol/trunk/enhancer/engines/geonames/src/test/java/org/apache/stanbol/enhancer/engines/geonames/impl/TestLocationEnhancementEngine.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/engines/geonames/src/test/java/org/apache/stanbol/enhancer/engines/geonames/impl/TestLocationEnhancementEngine.java?rev=1408472&r1=1408471&r2=1408472&view=diff
==============================================================================
--- 
stanbol/trunk/enhancer/engines/geonames/src/test/java/org/apache/stanbol/enhancer/engines/geonames/impl/TestLocationEnhancementEngine.java
 (original)
+++ 
stanbol/trunk/enhancer/engines/geonames/src/test/java/org/apache/stanbol/enhancer/engines/geonames/impl/TestLocationEnhancementEngine.java
 Mon Nov 12 22:08:44 2012
@@ -162,7 +162,10 @@ public class TestLocationEnhancementEngi
         //suggestion
         //NOTE 2012-10-10: changed expected value back to "3" as geonames.org
         //   again returns "Oceania" as parent for "New Zealand"
-        assertEquals(3, entityAnnotationCount);
+        //NOTE: 2012-11-12: deactivated this check, because this the fact that
+        //   "Oceania" is returned as parent for "New Zealand" changes every
+        //   every view weeks
+        //assertEquals(3, entityAnnotationCount);
     }
 
 


Reply via email to