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

svn commit: r1604148 - /subversion/branches/remove-log-addressing/subversion/tests/cmdline/svnadmin_tests.py

Author: kotkov
Date: Fri Jun 20 12:01:59 2014
New Revision: 1604148

URL: http://svn.apache.org/r1604148
Log:
On remove-log-addressing branch:

* subversion/tests/cmdline/svnadmin_tests.py
  (locking): Following up on r1604132, restore a page break (FF) in this
    test.  We use it as an "invalid character" within the lock comment.

Modified:
    subversion/branches/remove-log-addressing/subversion/tests/cmdline/svnadmin_tests.py

Modified: subversion/branches/remove-log-addressing/subversion/tests/cmdline/svnadmin_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/remove-log-addressing/subversion/tests/cmdline/svnadmin_tests.py?rev=1604148&r1=1604147&r2=1604148&view=diff
==============================================================================
--- subversion/branches/remove-log-addressing/subversion/tests/cmdline/svnadmin_tests.py (original)
+++ subversion/branches/remove-log-addressing/subversion/tests/cmdline/svnadmin_tests.py Fri Jun 20 12:01:59 2014
@@ -1780,8 +1780,7 @@ def locking(sbox):
   svntest.main.file_write(comment_path, "dummy comment")
 
   invalid_comment_path = os.path.join(svntest.main.temp_dir, "invalid_comment")
-  svntest.main.file_write(invalid_comment_path, "character 
- is invalid")
+  svntest.main.file_write(invalid_comment_path, "character  is invalid")
 
   # Test illegal character in comment file.
   expected_error = ".*svnadmin: E130004:.*"