You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/07/29 11:55:27 UTC

svn commit: r1152153 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py

Author: stsp
Date: Fri Jul 29 09:55:26 2011
New Revision: 1152153

URL: http://svn.apache.org/viewvc?rev=1152153&view=rev
Log:
* subversion/tests/cmdline/copy_tests.py
  (commit_copied_half_of_move, commit_deleted_half_of_move): Add issue number.

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=1152153&r1=1152152&r2=1152153&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Fri Jul 29 09:55:26 2011
@@ -5442,6 +5442,7 @@ def copy_and_move_conflicts(sbox):
   svntest.actions.verify_disk(wc('move-dest'), expected_disk, True)
 
 
+@Issue(3631)
 def commit_copied_half_of_move(sbox):
   "attempt to commit the copied part of move"
   sbox.build(read_only = True)
@@ -5457,6 +5458,7 @@ def commit_copied_half_of_move(sbox):
                                      'commit', '-m', 'foo', D_path)
 
 
+@Issue(3631)
 @XFail()
 def commit_deleted_half_of_move(sbox):
   "attempt to commit the deleted part of move"