Author: stsp
Date: Wed Dec 19 23:15:11 2012
New Revision: 1424216
URL: http://svn.apache.org/viewvc?rev=1424216&view=rev
Log:
Fix another test failure due to the recent --non-interactive behaviour change
(see r1424052).
* subversion/tests/cmdline/commit_tests.py
(from_wc_top_with_bad_editor): Pass --force-interactive to match svn's
behaviour to this test's expectations.
Modified:
subversion/trunk/subversion/tests/cmdline/commit_tests.py
Modified: subversion/trunk/subversion/tests/cmdline/commit_tests.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/commit_tests.py?rev=1424216&r1=1424215&r2=1424216&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/commit_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/commit_tests.py Wed Dec 19
23:15:11 2012
@@ -1974,6 +1974,7 @@ def from_wc_top_with_bad_editor(sbox):
exit_code, out, err = svntest.actions.run_and_verify_svn(
"Commit succeeded when should have failed.",
None, svntest.verify.AnyOutput,
+ '--force-interactive',
'ci', '--editor-cmd', 'no_such-editor')
err = " ".join([x.strip() for x in err])