Author: rhuijben
Date: Thu Feb 19 00:22:03 2015
New Revision: 1660775
URL: http://svn.apache.org/r1660775
Log:
Following up on r1660769, also commit the patch to the relevant test.
* subversion/tests/cmdline/move_tests.py
(move_missing): Update expected results.
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=1660775&r1=1660774&r2=1660775&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/move_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/move_tests.py Thu Feb 19 00:22:03
2015
@@ -1156,23 +1156,11 @@ def move_missing(sbox):
expected_status.tweak('A/D/G', 'A/D/G/tau', 'A/D/G/pi', 'A/D/G/rho',
status='! ', entry_status=' ')
- expected_status.add({
- 'R' : Item(status='! ', wc_rev='-',
- entry_status='A ', entry_copied='+'),
- 'R/pi' : Item(status='! ', wc_rev='-',
- entry_status=' ', entry_copied='+'),
- 'R/tau' : Item(status='! ', wc_rev='-',
- entry_status=' ', entry_copied='+'),
- 'R/rho' : Item(status='! ', wc_rev='-',
- entry_status=' ', entry_copied='+'),
- })
-
# Verify that the status processing doesn't crash
svntest.actions.run_and_verify_status(wc_dir, expected_status)
# The issue is a crash when the destination is present
os.mkdir(sbox.ospath('R'))
- expected_status.tweak('R', status='A ', copied='+')
svntest.actions.run_and_verify_status(wc_dir, expected_status)