Author: hwright
Date: Sat Apr 14 17:53:07 2012
New Revision: 1326163

URL: http://svn.apache.org/viewvc?rev=1326163&view=rev
Log:
On the ev2-export branch:
* subversion/tests/cmdline/copy_tests.py
  (url_to_non_existent_url_path): Liberalize an error message expectation.

Modified:
    subversion/branches/ev2-export/subversion/tests/cmdline/copy_tests.py

Modified: subversion/branches/ev2-export/subversion/tests/cmdline/copy_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/branches/ev2-export/subversion/tests/cmdline/copy_tests.py?rev=1326163&r1=1326162&r2=1326163&view=diff
==============================================================================
--- subversion/branches/ev2-export/subversion/tests/cmdline/copy_tests.py 
(original)
+++ subversion/branches/ev2-export/subversion/tests/cmdline/copy_tests.py Sat 
Apr 14 17:53:07 2012
@@ -1614,7 +1614,7 @@ def url_to_non_existent_url_path(sbox):
   # Look for both possible versions of the error message, as the DAV
   # error is worded differently from that of other RA layers.
   msg = ".*: (" + \
-        "|".join(["Path 'G(/C/E)?' not present",
+        "|".join(["Path '/?G(/C/E)?' not present",
                   ".*G(/C/E)?' path not found",
                   "File not found.*'/G/C/E/I'",
                   ]) + ")"


Reply via email to