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 2013/01/23 19:46:44 UTC

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

Author: philip
Date: Wed Jan 23 18:46:43 2013
New Revision: 1437621

URL: http://svn.apache.org/viewvc?rev=1437621&view=rev
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (test_funcs): Add issue to move_in_delete.

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=1437621&r1=1437620&r2=1437621&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Wed Jan 23 18:46:43 2013
@@ -5915,6 +5915,6 @@ struct svn_test_descriptor_t test_funcs[
     SVN_TEST_OPTS_PASS(nested_moves2,
                        "nested_moves2"),
     SVN_TEST_OPTS_XFAIL(move_in_delete,
-                       "move_in_delete"),
+                       "move_in_delete (issue 4303)"),
     SVN_TEST_NULL
   };