You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/05/24 12:19:33 UTC

svn propchange: r947582 - svn:log

Author: julianfoad
Revision: 947582
Modified property: svn:log

Modified: svn:log at Mon May 24 10:19:33 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon May 24 10:19:33 2010
@@ -1,12 +1,15 @@
 Factor out some test code.
 
 * subversion/tests/cmdline/externals_tests.py
-  (externals_test_setup): Use change_external() instead of long-hand code.
+  (externals_test_setup): Use change_external() instead of long-hand code,
+    and thereby correct a case where an old temp file path was re-used.
   (change_external): Make the "commit after setting" behaviour optional.
   (change_external_expect_error): New function, factored out.
   (modify_and_update_receive_new_external, relegate_external): Use
     change_external() instead of long-hand code.
   (disallow_dot_or_dotdot_directory_reference,
    disallow_propset_invalid_formatted_externals): Use
-    change_external_expect_error() instead of long-hand code.
+    change_external_expect_error() instead of long-hand code.  Lose the
+    test-failure message "No error for externals '...'", as a failure could
+    also be due to an error message *different* from the expected one.
   (switch_relative_external): Remove a redundant commit.