You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/05/26 17:23:47 UTC

svn commit: r1342910 - /incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml

Author: rwesten
Date: Sat May 26 15:23:47 2012
New Revision: 1342910

URL: http://svn.apache.org/viewvc?rev=1342910&view=rev
Log:
minor: corrected the comment of the reactivated unit test

Modified:
    incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml

Modified: incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml?rev=1342910&r1=1342909&r2=1342910&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml Sat May 26 15:23:47 2012
@@ -76,9 +76,8 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <excludes>
-            <!-- Deactivated because the free geonames.org services are 
-                 most of the time overloaded and may case the unit tests to
-                 fail. 
+            <!-- Reactivated this test. If it fails because of geonames.org
+                 we might need to deactivate it again.
             <exclude>**/TestLocationEnhancementEngine*.java</exclude> -->
           </excludes>
         </configuration>