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 2011/12/14 10:54:46 UTC

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

Author: philip
Date: Wed Dec 14 09:54:46 2011
New Revision: 1214133

URL: http://svn.apache.org/viewvc?rev=1214133&view=rev
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (move_in_copy): Use unique sandbox name.

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=1214133&r1=1214132&r2=1214133&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Wed Dec 14 09:54:46 2011
@@ -3957,7 +3957,7 @@ move_in_copy(const svn_test_opts_t *opts
 {
   svn_test__sandbox_t b;
 
-  SVN_ERR(svn_test__sandbox_create(&b, "move_in_replace", opts, pool));
+  SVN_ERR(svn_test__sandbox_create(&b, "move_in_copy", opts, pool));
 
   SVN_ERR(wc_mkdir(&b, "A"));
   SVN_ERR(wc_mkdir(&b, "A/B"));