Author: rhuijben
Date: Wed Jun 30 22:01:56 2010
New Revision: 959454

URL: http://svn.apache.org/viewvc?rev=959454&view=rev
Log:
* subversion/tests/cmdline/svnlook_tests.py
  (test_list): Remove Skip marking that was added in r880015, because this
    test core dumped in the WC-NG intermediate state. It was most likely
    fixed by the recent new copy engine work.

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

Modified: subversion/trunk/subversion/tests/cmdline/svnlook_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnlook_tests.py?rev=959454&r1=959453&r2=959454&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnlook_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnlook_tests.py Wed Jun 30 
22:01:56 2010
@@ -674,9 +674,7 @@ fp.close()"""
 # list all tests here, starting with None:
 test_list = [ None,
               test_misc,
-              ### it would be nice to XFail this, but it throws an assertion
-              ### which leaves a core dump. let's not leave turds right now.
-              Skip(delete_file_in_moved_dir),
+              delete_file_in_moved_dir,
               test_print_property_diffs,
               info_bad_newlines,
               changed_copy_info,


Reply via email to