Author: stsp Date: Tue Sep 30 20:09:57 2014 New Revision: 1628540 URL: http://svn.apache.org/r1628540 Log: * subversion/tests/cmdline/externals_tests.py (shadowing): Adjust comments now that the test passes since r1628536.
Modified: subversion/trunk/subversion/tests/cmdline/externals_tests.py Modified: subversion/trunk/subversion/tests/cmdline/externals_tests.py URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/externals_tests.py?rev=1628540&r1=1628539&r2=1628540&view=diff ============================================================================== --- subversion/trunk/subversion/tests/cmdline/externals_tests.py (original) +++ subversion/trunk/subversion/tests/cmdline/externals_tests.py Tue Sep 30 20:09:57 2014 @@ -2812,8 +2812,7 @@ def shadowing(sbox): # Remove the shadowed directory to unblock the external svntest.main.run_svn(None, 'rm', sbox.repo_url + '/A/C', '-m', 'remove A/C') - # Another update should unwedge the working copy and fetch the external - # but this currently fails :-( The user needs to get a new checkout... + # The next update should fetch the external and not error out sbox.simple_update()