Author: philip
Date: Thu Apr 17 18:06:48 2014
New Revision: 1588325

URL: http://svn.apache.org/r1588325
Log:
On 1.8.x-r1579588 branch: adjust new test to avoid FAIL.

* subversion/tests/cmdline/lock_tests.py
  (dav_lock_timeout): Tweak expected error.

Modified:
    subversion/branches/1.8.x-r1579588/subversion/tests/cmdline/lock_tests.py

Modified: 
subversion/branches/1.8.x-r1579588/subversion/tests/cmdline/lock_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/branches/1.8.x-r1579588/subversion/tests/cmdline/lock_tests.py?rev=1588325&r1=1588324&r2=1588325&view=diff
==============================================================================
--- subversion/branches/1.8.x-r1579588/subversion/tests/cmdline/lock_tests.py 
(original)
+++ subversion/branches/1.8.x-r1579588/subversion/tests/cmdline/lock_tests.py 
Thu Apr 17 18:06:48 2014
@@ -1932,7 +1932,7 @@ def dav_lock_timeout(sbox):
                                       'lock', '-m', '', sbox.ospath('iota'))
 
   # Before this patch this used to fail with a parse error of the timeout
-  svntest.actions.run_and_verify_svn2(None, None, ".*Unlock.*iota' failed", 0,
+  svntest.actions.run_and_verify_svn2(None, None, ".*W160039.*Unlock.*403", 0,
                                      'unlock', sbox.repo_url + '/iota')
 
   svntest.actions.run_and_verify_svn(None, None, [],


Reply via email to