summaryrefslogtreecommitdiff
path: root/subversion/tests/cmdline/history_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/tests/cmdline/history_tests.py')
-rwxr-xr-xsubversion/tests/cmdline/history_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/tests/cmdline/history_tests.py b/subversion/tests/cmdline/history_tests.py
index badc864..8fd9c2c 100755
--- a/subversion/tests/cmdline/history_tests.py
+++ b/subversion/tests/cmdline/history_tests.py
@@ -64,7 +64,7 @@ def cat_traces_renames(sbox):
'A/D/G/bloo' : Item(verb='Adding')
})
expected_status = svntest.actions.get_virginal_state(wc_dir, 1)
- expected_status.remove('A/D/G/rho');
+ expected_status.remove('A/D/G/rho')
expected_status.add({ 'A/D/G/bloo' :
Item(wc_rev=2, status=' ') })
@@ -87,7 +87,7 @@ def cat_traces_renames(sbox):
'A/D/G/rho' : Item(verb='Adding')
})
expected_status = svntest.actions.get_virginal_state(wc_dir, 1)
- expected_status.remove('A/D/G/pi');
+ expected_status.remove('A/D/G/pi')
expected_status.tweak('A/D/G/rho', wc_rev=3)
expected_status.add({ 'A/D/G/bloo' :
Item(wc_rev=2, status=' ') })