Author: danielsh
Date: Fri Jul 29 06:26:08 2011
New Revision: 1152117

URL: http://svn.apache.org/viewvc?rev=1152117&view=rev
Log:
* subversion/tests/cmdline/copy_tests.py
  (commit_copied_half_of_move, commit_deleted_half_of_move):
    Don't create a repository for these tests.

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

Modified: subversion/trunk/subversion/tests/cmdline/copy_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/copy_tests.py?rev=1152117&r1=1152116&r2=1152117&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Fri Jul 29 06:26:08 
2011
@@ -5444,7 +5444,7 @@ def copy_and_move_conflicts(sbox):
 
 def commit_copied_half_of_move(sbox):
   "attempt to commit the copied part of move"
-  sbox.build()
+  sbox.build(read_only = True)
   wc_dir = sbox.wc_dir
 
   iota_path = os.path.join(wc_dir, 'iota')
@@ -5460,7 +5460,7 @@ def commit_copied_half_of_move(sbox):
 @XFail()
 def commit_deleted_half_of_move(sbox):
   "attempt to commit the deleted part of move"
-  sbox.build()
+  sbox.build(read_only = True)
   wc_dir = sbox.wc_dir
 
   iota_path = os.path.join(wc_dir, 'iota')


Reply via email to