You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/06/26 13:54:37 UTC

svn commit: r1496890 - /subversion/trunk/subversion/tests/cmdline/move_tests.py

Author: danielsh
Date: Wed Jun 26 11:54:36 2013
New Revision: 1496890

URL: http://svn.apache.org/r1496890
Log:
Extend a test.

Suggested by: rhuijben

* subversion/tests/cmdline/move_tests.py
  (nested_replaces): Also test an update through the tricky revision.

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

Modified: subversion/trunk/subversion/tests/cmdline/move_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/move_tests.py?rev=1496890&r1=1496889&r2=1496890&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/move_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/move_tests.py Wed Jun 26 11:54:36 2013
@@ -1289,6 +1289,10 @@ def nested_replaces(sbox):
   svntest.actions.run_and_verify_svn(None, expected_output, [],
                                      'log', '-qvr2', repo_url)
 
+  ## Test updating to r1.
+  svntest.main.run_svn(None, 'update', '-r1', wc_dir)
+  svntest.actions.run_and_verify_status(wc_dir, expected_status)
+
 #######################################################################
 # Run the tests