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/02/28 15:16:43 UTC

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

Author: philip
Date: Thu Feb 28 14:16:42 2013
New Revision: 1451206

URL: http://svn.apache.org/r1451206
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (new_basemove): Tweak sandbox name to match test.

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=1451206&r1=1451205&r2=1451206&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Thu Feb 28 14:16:42 2013
@@ -7218,7 +7218,7 @@ new_basemove(const svn_test_opts_t *opts
 {
   svn_test__sandbox_t b;
 
-  SVN_ERR(svn_test__sandbox_create(&b, "moved_to_op_depth",
+  SVN_ERR(svn_test__sandbox_create(&b, "new_basemove",
                                    opts, pool));
 
   SVN_ERR(sbox_wc_mkdir(&b, "A"));