You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/11/21 18:48:37 UTC

svn commit: r1544262 - /subversion/trunk/subversion/tests/cmdline/switch_tests.py

Author: brane
Date: Thu Nov 21 17:48:36 2013
New Revision: 1544262

URL: http://svn.apache.org/r1544262
Log:
Follow-up to 1544259:
* subversion/tests/cmdline/switch_tests.py (switch_change_repos_root):
   Add another pattern to the expected error case, since mod_dav_svn
   can return a slightly different error text now.

Modified:
    subversion/trunk/subversion/tests/cmdline/switch_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/switch_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/switch_tests.py?rev=1544262&r1=1544261&r2=1544262&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/switch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/switch_tests.py Thu Nov 21 17:48:36 2013
@@ -1041,7 +1041,7 @@ def switch_change_repos_root(sbox):
 
   # Test 1: A switch that changes to a non-existing repo shouldn't work.
   expected_err = ".*Unable to open repository.*|.*Could not open.*|"\
-                 ".*No repository found.*"
+                 ".*Could not find.*|.*No repository found.*"
   svntest.actions.run_and_verify_svn(None, None,
                                      expected_err,
                                      'switch', '--ignore-ancestry',