You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2014/06/02 14:27:34 UTC

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

Author: rhuijben
Date: Mon Jun  2 12:27:34 2014
New Revision: 1599186

URL: http://svn.apache.org/r1599186
Log:
* subversion/tests/cmdline/lock_tests.py
  (delete_locked_file_with_percent): Resolve casing problem in test case.

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=1599186&r1=1599185&r2=1599186&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/lock_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/lock_tests.py Mon Jun  2 12:27:34 2014
@@ -2293,7 +2293,7 @@ def delete_locked_file_with_percent(sbox
   expected_infos = [
       { 'Lock Owner' : 'jrandom' },
     ]
-  svntest.actions.run_and_verify_info(expected_infos, sbox.path('A %( ) .txt'),
+  svntest.actions.run_and_verify_info(expected_infos, sbox.path('a %( ) .txt'),
                                       '-rHEAD')
   svntest.actions.run_and_verify_status(wc_dir, expected_status)