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/03/14 13:57:05 UTC

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

Author: rhuijben
Date: Thu Mar 14 12:57:04 2013
New Revision: 1456409

URL: http://svn.apache.org/r1456409
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (test_funcs): Add issue number.

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=1456409&r1=1456408&r2=1456409&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Thu Mar 14 12:57:04 2013
@@ -8070,6 +8070,6 @@ struct svn_test_descriptor_t test_funcs[
     SVN_TEST_OPTS_PASS(move_depth_expand,
                        "move depth expansion"),
     SVN_TEST_OPTS_XFAIL(move_retract,
-                        "move retract"),
+                        "move retract (issue 4336)"),
     SVN_TEST_NULL
   };