summaryrefslogtreecommitdiff
path: root/subversion/tests/cmdline/svnmover_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/tests/cmdline/svnmover_tests.py')
-rwxr-xr-xsubversion/tests/cmdline/svnmover_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/tests/cmdline/svnmover_tests.py b/subversion/tests/cmdline/svnmover_tests.py
index 6c98b64..d0acd0f 100755
--- a/subversion/tests/cmdline/svnmover_tests.py
+++ b/subversion/tests/cmdline/svnmover_tests.py
@@ -1545,7 +1545,7 @@ def replace_via_rm_cp(sbox):
"""replace by deleting and copying"""
sbox_build_svnmover(sbox)
-
+
expected_eids = svntest.wc.State('', {
'B0' : Item(eid=0),
'B0/X' : Item(eid=1),
@@ -1572,7 +1572,7 @@ def replace_via_rm_cp(sbox):
test_svnmover_verify_log(sbox.repo_url,
['D /top0/X/A',
'A /top0/X/A (from /top0/X/A:1)'])
-
+
@XFail()
# After making a commit, svnmover currently can't (within the same execution)
# look up paths in the revision it just committed.