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 18:30:40 UTC

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

Author: rhuijben
Date: Mon Nov  4 17:30:40 2013
New Revision: 1538689

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

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=1538689&r1=1538688&r2=1538689&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 17:30:40 2013
@@ -9186,7 +9186,7 @@ struct svn_test_descriptor_t test_funcs[
                        "move4: edit AAA"),
     SVN_TEST_OPTS_XFAIL(move4_update_delete_AAA,
                        "move4: delete AAA"),
-    SVN_TEST_OPTS_XFAIL(move4_update_add_AAA,
+    SVN_TEST_OPTS_PASS(move4_update_add_AAA,
                        "move4: add AAA"),
     SVN_TEST_OPTS_XFAIL(move4_update_delself_AAA,
                        "move4: delete self AAA"),