Author: philip
Date: Tue Jan  8 17:54:10 2013
New Revision: 1430409

URL: http://svn.apache.org/viewvc?rev=1430409&view=rev
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (nested_move_commit): Tweak sandox name to avoid reusing a 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=1430409&r1=1430408&r2=1430409&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Tue Jan  8 
17:54:10 2013
@@ -5231,7 +5231,7 @@ nested_move_commit(const svn_test_opts_t
 {
   svn_test__sandbox_t b;
 
-  SVN_ERR(svn_test__sandbox_create(&b, "nested_move_update", opts, pool));
+  SVN_ERR(svn_test__sandbox_create(&b, "nested_move_commit", opts, pool));
 
   /* r1: Create file 'f' */
   SVN_ERR(sbox_wc_mkdir(&b, "A"));


Reply via email to