You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by el...@apache.org on 2016/04/29 05:03:39 UTC

svn commit: r1741550 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java

Author: elserj
Date: Fri Apr 29 03:03:39 2016
New Revision: 1741550

URL: http://svn.apache.org/viewvc?rev=1741550&view=rev
Log:
[VFS-600] Temporarily ignore failing test case

Modified:
    commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java

Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java?rev=1741550&r1=1741549&r2=1741550&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java (original)
+++ commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java Fri Apr 29 03:03:39 2016
@@ -202,7 +202,8 @@ public class HttpProviderTestCase extend
         testResloveFolderSlash(ConnectionUri + "/read-tests/", true);
     }
 
-    public void testHttp405() throws FileSystemException
+    // Test no longer passing 2016/04/28
+    public void ignoreTestHttp405() throws FileSystemException
     {
         final FileObject f = VFS.getManager().resolveFile("http://www.w3schools.com/webservices/tempconvert.asmx?action=WSDL");
         assert f.getContent().getSize() > 0;