You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/12/18 14:17:40 UTC

svn commit: r1551934 - /subversion/trunk/subversion/tests/cmdline/lock_tests.py

Author: philip
Date: Wed Dec 18 13:17:40 2013
New Revision: 1551934

URL: http://svn.apache.org/r1551934
Log:
* subversion/tests/cmdline/lock_tests.py (copy_with_lock): Tweak comment.

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

Modified: subversion/trunk/subversion/tests/cmdline/lock_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/lock_tests.py?rev=1551934&r1=1551933&r2=1551934&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/lock_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/lock_tests.py Wed Dec 18 13:17:40 2013
@@ -1911,9 +1911,9 @@ def copy_with_lock(sbox):
     'A/B/E2/beta'  : Item(status='  ', wc_rev=2),
     })
 
-  # This is really a regression test for httpd: 2.2.25 and 2.4.6 have
-  # a bug that causes mod_dav to check for locks on the copy source
-  # and so the commit fails.
+  # This is really a regression test for httpd: 2.2.25 and 2.4.6, and
+  # earlier, have a bug that causes mod_dav to check for locks on the
+  # copy source and so the commit fails.
   svntest.actions.run_and_verify_commit(wc_dir,
                                         expected_output,
                                         expected_status,