You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/11/04 19:38:47 UTC

svn commit: r1538708 - /subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Author: rhuijben
Date: Mon Nov  4 18:38:47 2013
New Revision: 1538708

URL: http://svn.apache.org/r1538708
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (test_funcs): Following up on r1538707, remove XFail marker from three tests.

Modified:
    subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Modified: subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c?rev=1538708&r1=1538707&r2=1538708&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Mon Nov  4 18:38:47 2013
@@ -9174,11 +9174,11 @@ struct svn_test_descriptor_t test_funcs[
                        "move replace ancestor with child"),
     SVN_TEST_OPTS_PASS(move_twice_within_delete,
                        "move twice and then delete"),
-    SVN_TEST_OPTS_XFAIL(del4_update_edit_AAA,
+    SVN_TEST_OPTS_PASS(del4_update_edit_AAA,
                        "del4: edit AAA"),
-    SVN_TEST_OPTS_XFAIL(del4_update_delete_AAA,
+    SVN_TEST_OPTS_PASS(del4_update_delete_AAA,
                        "del4: delete AAA"),
-    SVN_TEST_OPTS_XFAIL(del4_update_add_AAA,
+    SVN_TEST_OPTS_PASS(del4_update_add_AAA,
                        "del4: add AAA"),
     SVN_TEST_OPTS_XFAIL(del4_update_delself_AAA,
                        "del4: delete self AAA"),