Author: rhuijben
Date: Wed Jun 30 21:54:26 2010
New Revision: 959450

URL: http://svn.apache.org/viewvc?rev=959450&view=rev
Log:
Following up on (possibly) recent changes, partially revert r879708 which
made the wc_to_wc_copy_deleted test a skip because we dumped core. The
current status is that we fail to show some expected results before we
even get to the commit.

* subversion/tests/cmdline/copy_tests.py
  (test_list): Mark wc_to_wc_copy_deleted XFail again.

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

Modified: subversion/trunk/subversion/tests/cmdline/copy_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/copy_tests.py?rev=959450&r1=959449&r2=959450&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Wed Jun 30 21:54:26 
2010
@@ -4523,9 +4523,7 @@ test_list = [ None,
               repos_to_wc_1634,
               double_uri_escaping_1814,
               wc_to_wc_copy_between_different_repos,
-              ### should be XFail, but it core dumps with an assertion.
-              ### marking as Skip() to avoid core dump turds...
-              Skip(wc_to_wc_copy_deleted),
+              XFail(wc_to_wc_copy_deleted),
               url_to_non_existent_url_path,
               non_existent_url_to_url,
               old_dir_url_to_url,


Reply via email to