svn commit: r1934011 - subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <177836604779.715791.12036115175340609228@svn03-he-fi>
Author: brane
Date: Sat May  9 22:34:07 2026
New Revision: 1934011

Log:
Revert r1934009 which was an inadvertent commit to trunk.

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
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java	Sat May  9 21:16:25 2026	(r1934010)
+++ subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java	Sat May  9 22:34:07 2026	(r1934011)
@@ -768,8 +768,7 @@ public class BasicTests extends SVNTests
         {
             // obstructed checkout must fail
             client.checkout(thisTest.getUrl() + "/A", thisTest.getWCPath(),
-                            null, null, Depth.infinity, false, false,
-                            null, Tristate.Unknown);
+                            null, null, Depth.infinity, false, false);
             fail("missing exception");
         }
         catch (ClientException expected)
@@ -810,43 +809,6 @@ public class BasicTests extends SVNTests
     }
 
     /**
-     * Test checkout with the current runtime WC version
-     * @throws Throwable
-     */
-    public void testCurrentWcVersionCheckout() throws Throwable
-    {
-        OneTest thisTest = new OneTest();
-        client.checkout(thisTest.getUrl() + "/A",
-                        thisTest.getWCPath()  + "/ZZZ"
-                        null, null, Depth.infinity, false, false,
-                        client.getRuntimeVersion(),
-                        Tristate.Unknown);
-    }
-
-    /**
-     * Test checkout with unsupported WC version
-     * @throws Throwable
-     */
-    public void testAncientWcVersionCheckout() throws Throwable
-    {
-        OneTest thisTest = new OneTest();
-
-        try
-        {
-            // Checkout with invalid version must fail
-            client.checkout(thisTest.getUrl() + "/A",
-                            thisTest.getWCPath()  + "/ZZZ"
-                            null, null, Depth.infinity, false, false,
-                            Version.getInstance(0, 9, 0),
-                            Tristate.Unknown);
-            fail("missing exception");
-        }
-        catch (ClientException expected)
-        {
-        }
-    }
-
-    /**
      * Test the basic SVNClient.commit functionality.
      * @throws Throwable
      */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.