You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jc...@apache.org on 2010/11/18 02:09:51 UTC

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

Author: jcorvel
Date: Thu Nov 18 01:09:51 2010
New Revision: 1036306

URL: http://svn.apache.org/viewvc?rev=1036306&view=rev
Log:
* subversion/tests/cmdline/copy_tests.py
  (copy_added_dir_with_copy): Remove obsolete comment about failure of this
   test (since it now passes). Add comment referring to the related issue 
   (#3474).

Approved by: danielsh

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=1036306&r1=1036305&r2=1036306&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Thu Nov 18 01:09:51 2010
@@ -4332,6 +4332,8 @@ def nonrecursive_commit_of_copy(sbox):
                                         None,
                                         wc_dir, '--depth', 'immediates')
 
+# Regression test for issue #3474 - making a new subdir, moving files into it
+# and then renaming the subdir, breaks history of the moved files.
 def copy_added_dir_with_copy(sbox):
   """copy of new dir with copied file keeps history"""
 
@@ -4358,8 +4360,6 @@ def copy_added_dir_with_copy(sbox):
       'NewDir2/mu'        : Item(status='A ', copied='+', wc_rev='-'),
     })
 
-  # Currently this fails because NewDir2/mu loses its history in the copy
-  # from NewDir to NewDir2
   svntest.actions.run_and_verify_status(wc_dir, expected_status)