You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/11/17 17:24:47 UTC

svn commit: r1036098 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

Author: philip
Date: Wed Nov 17 16:24:47 2010
New Revision: 1036098

URL: http://svn.apache.org/viewvc?rev=1036098&view=rev
Log:
Commit the changes to the testsuite that should have been committed
in r1036087.

* subversion/tests/cmdline/upgrade_tests.py
  (tests_list): Mark delete_in_copy_upgrade PASS, mark x3_1_4_6 and
   x3_1_6_12 XFAIL.

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

Modified: subversion/trunk/subversion/tests/cmdline/upgrade_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/upgrade_tests.py?rev=1036098&r1=1036097&r2=1036098&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/upgrade_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/upgrade_tests.py Wed Nov 17 16:24:47 2010
@@ -728,14 +728,14 @@ test_list = [ None,
               # Upgrading from 1.4.0-1.4.5 with specific states fails
               # See issue #2530
               XFail(x3_1_4_0),
-              x3_1_4_6,
-              x3_1_6_12,
+              XFail(x3_1_4_6),
+              XFail(x3_1_6_12),
               missing_dirs,
               missing_dirs2,
               XFail(delete_and_keep_local),
               dirs_only_upgrade,
               upgrade_tree_conflict_data,
-              XFail(delete_in_copy_upgrade),
+              delete_in_copy_upgrade,
              ]