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 2010/06/09 15:12:05 UTC

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

Author: stylesen
Date: Wed Jun  9 13:12:04 2010
New Revision: 952992

URL: http://svn.apache.org/viewvc?rev=952992&view=rev
Log:
Extend copy_tests 62 to test for issue #3651.

* subversion/tests/cmdline/copy_tests.py
  (copy_peg_rev_url): Add peg rev '@HEAD' to the copy target in order
   to test issue #3651.

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=952992&r1=952991&r2=952992&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Wed Jun  9 13:12:04 2010
@@ -3428,10 +3428,11 @@ def copy_peg_rev_url(sbox):
                                      wc_dir)
 
   # Copy using a peg rev
+  # Add peg rev '@HEAD' to sigma_url when copying which tests for issue #3651.
   svntest.actions.run_and_verify_svn(None, None, [],
                                      'cp',
                                      iota_url + '@HEAD', '-r', '1',
-                                     sigma_url, '-m', 'rev 3')
+                                     sigma_url + '@HEAD', '-m', 'rev 3')
 
   # Validate the copy destination's mergeinfo (we expect none).
   svntest.actions.run_and_verify_svn(None, [], [],