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/26 12:38:37 UTC

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

Author: philip
Date: Fri Nov 26 11:38:36 2010
New Revision: 1039319

URL: http://svn.apache.org/viewvc?rev=1039319&view=rev
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (test_funcs): Mark test_base_dir_insert_remove as PASS since it doesn't
   require SVN_WC__OP_DEPTH.

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=1039319&r1=1039318&r2=1039319&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Fri Nov 26 11:38:36 2010
@@ -1736,9 +1736,8 @@ struct svn_test_descriptor_t test_funcs[
     SVN_TEST_OPTS_WIMP(test_adds_change_kind,
                        "test_adds_change_kind",
                        "needs op_depth"),
-    SVN_TEST_OPTS_WIMP(test_base_dir_insert_remove,
-                       "test_base_dir_insert_remove",
-                       "needs op_depth"),
+    SVN_TEST_OPTS_PASS(test_base_dir_insert_remove,
+                       "test_base_dir_insert_remove"),
     SVN_TEST_OPTS_WIMP(test_temp_op_make_copy,
                        "test_temp_op_make_copy",
                        "needs op_depth"),