You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jc...@apache.org on 2011/05/17 19:15:04 UTC

svn commit: r1104419 - /subversion/trunk/subversion/tests/cmdline/update_tests.py

Author: jcorvel
Date: Tue May 17 17:15:04 2011
New Revision: 1104419

URL: http://svn.apache.org/viewvc?rev=1104419&view=rev
Log:
Followup to r1104378: stop breaking the buildbots by removing the deleted
test from the test_list.

* subversion/tests/cmdline/update_tests.py
  (test_list): Remove update_deleted_locked_files from the test_list.

Modified:
    subversion/trunk/subversion/tests/cmdline/update_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/update_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/update_tests.py?rev=1104419&r1=1104418&r2=1104419&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/update_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/update_tests.py Tue May 17 17:15:04 2011
@@ -5403,7 +5403,6 @@ test_list = [ None,
               tree_conflict_uc2_schedule_re_add,
               set_deep_depth_on_target_with_shallow_children,
               update_wc_of_dir_to_rev_not_containing_this_dir,
-              update_deleted_locked_files,
               update_empty_hides_entries,
               mergeinfo_updates_merge_with_local_mods,
               update_with_excluded_subdir,