You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/11/09 15:27:13 UTC

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

Author: julianfoad
Date: Tue Nov  9 14:27:12 2010
New Revision: 1032992

URL: http://svn.apache.org/viewvc?rev=1032992&view=rev
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (test_funcs): Tweak test descriptions for consistency.

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=1032992&r1=1032991&r2=1032992&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Tue Nov  9 14:27:12 2010
@@ -1043,7 +1043,7 @@ struct svn_test_descriptor_t test_funcs[
   {
     SVN_TEST_NULL,
     SVN_TEST_OPTS_WIMP(test_wc_wc_copies,
-                       "wc_wc_copies",
+                       "test_wc_wc_copies",
                        "needs op_depth"),
     SVN_TEST_OPTS_WIMP(test_reverts,
                        "test_reverts",
@@ -1058,13 +1058,13 @@ struct svn_test_descriptor_t test_funcs[
                        "test_delete_with_base",
                        "needs op_depth"),
     SVN_TEST_OPTS_WIMP(test_adds,
-                       "adds",
+                       "test_adds",
                        "needs op_depth"),
     SVN_TEST_OPTS_WIMP(test_repo_wc_copies,
                        "test_repo_wc_copies",
                        "needs op_depth"),
     SVN_TEST_OPTS_WIMP(test_delete_with_update,
-                       "test_test_delete_with_update",
+                       "test_delete_with_update",
                        "needs op_depth"),
     SVN_TEST_NULL
   };