You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/01/29 16:50:05 UTC

svn commit: r904527 - /subversion/trunk/subversion/tests/cmdline/externals_tests.py

Author: cmpilato
Date: Fri Jan 29 15:50:05 2010
New Revision: 904527

URL: http://svn.apache.org/viewvc?rev=904527&view=rev
Log:
* subversion/tests/cmdline/externals_tests.py
  (switch_relative_external): Fix a test comment.

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=904527&r1=904526&r2=904527&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/externals_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/externals_tests.py Fri Jan 29 15:50:05 2010
@@ -1348,7 +1348,7 @@
                                      '--quiet', wc_dir)
 
   # Okay.  We now want to switch A to A_copy, which *should* cause
-  # A/D/ext to point to the URL for A_copy/D/ext.
+  # A/D/ext to point to the URL for A_copy/B (instead of A/B).
   svntest.actions.run_and_verify_svn(None, None, [], 'sw',
                                      '--quiet', A_copy_url, A_path)