Author: wkeil
Date: Wed Dec 31 17:25:22 2014
New Revision: 1648745

URL: http://svn.apache.org/r1648745
Log:
DMAP-116: At least one Unit test fails and contains reference to private URL 
Ignored failing test, should be handled differently
Task-Url: https://issues.apache.org/jira/browse/DMAP-116

Modified:
    
devicemap/trunk/devicemap/java/classifier/src/test/java/org/apache/devicemap/DeviceMapClientUrlTestOptional.java

Modified: 
devicemap/trunk/devicemap/java/classifier/src/test/java/org/apache/devicemap/DeviceMapClientUrlTestOptional.java
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/devicemap/java/classifier/src/test/java/org/apache/devicemap/DeviceMapClientUrlTestOptional.java?rev=1648745&r1=1648744&r2=1648745&view=diff
==============================================================================
--- 
devicemap/trunk/devicemap/java/classifier/src/test/java/org/apache/devicemap/DeviceMapClientUrlTestOptional.java
 (original)
+++ 
devicemap/trunk/devicemap/java/classifier/src/test/java/org/apache/devicemap/DeviceMapClientUrlTestOptional.java
 Wed Dec 31 17:25:22 2014
@@ -19,10 +19,11 @@
 package org.apache.devicemap;
 
 import java.io.FileNotFoundException;
+
 import org.apache.devicemap.data.Device;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
-
 import org.apache.devicemap.loader.LoaderOption;
 
 public class DeviceMapClientUrlTestOptional {
@@ -41,6 +42,7 @@ public class DeviceMapClientUrlTestOptio
     }
     
     @Test
+    @Ignore("We should not have dependency to private domains here")
     public void DeviceMapClientCustomUrlTest() throws Exception {
         DeviceMapClient client = new DeviceMapClient();
 


Reply via email to