Author: hwright
Date: Tue Jul 13 14:25:56 2010
New Revision: 963726

URL: http://svn.apache.org/viewvc?rev=963726&view=rev
Log:
Comment out a JavaHL test, pending the resolution of issue #3680.

* subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
  (testObstructionTolerance): Coment out (the poor-man's Xfail).

Modified:
    
subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java

Modified: 
subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java?rev=963726&r1=963725&r2=963726&view=diff
==============================================================================
--- 
subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
 (original)
+++ 
subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
 Tue Jul 13 14:25:56 2010
@@ -3244,6 +3244,11 @@ public class BasicTests extends SVNTests
      * @throws IOException
      * @throws SubversionException
      */
+    /*
+      This is currently commented out, because we don't have an XFail method
+      for JavaHL.  The resolution is pending the result of issue #3680:
+      http://subversion.tigris.org/issues/show_bug.cgi?id=3680
+
     public void testObstructionTolerance()
             throws SubversionException, IOException
     {
@@ -3400,7 +3405,7 @@ public class BasicTests extends SVNTests
                                    
backupTest.getWc().getItemContent("A/D/H/omega"));
 
         backupTest.checkStatus();
-    }
+    }*/
 
     /**
      * Test basic blame functionality.  This test marginally tests blame


Reply via email to