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 2014/03/27 09:12:23 UTC

svn commit: r1582211 - /stanbol/trunk/enhancement-engines/geonames/pom.xml

Author: rwesten
Date: Thu Mar 27 08:12:23 2014
New Revision: 1582211

URL: http://svn.apache.org/r1582211
Log:
deactivating unit test unitl STANBOL-1303 gets fixed

Modified:
    stanbol/trunk/enhancement-engines/geonames/pom.xml

Modified: stanbol/trunk/enhancement-engines/geonames/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/geonames/pom.xml?rev=1582211&r1=1582210&r2=1582211&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/geonames/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/geonames/pom.xml Thu Mar 27 08:12:23 2014
@@ -78,8 +78,8 @@
         <configuration>
           <excludes>
             <!-- Reactivated this test. If it fails because of geonames.org
-                 we might need to deactivate it again.
-            <exclude>**/TestLocationEnhancementEngine*.java</exclude> -->
+                 we might need to deactivate it again. -->
+            <exclude>**/TestLocationEnhancementEngine*.java</exclude>
           </excludes>
         </configuration>
       </plugin>