Author: stefan2
Date: Fri Nov 7 16:36:14 2014
New Revision: 1637404
URL: http://svn.apache.org/r1637404
Log:
Follow-up to r1637400: Fix concurrent test.
* subversion/tests/libsvn_fs/fs-test.c
(test_fs_merge): Fix copy-n-pasto repo name.
Modified:
subversion/trunk/subversion/tests/libsvn_fs/fs-test.c
Modified: subversion/trunk/subversion/tests/libsvn_fs/fs-test.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs/fs-test.c?rev=1637404&r1=1637403&r2=1637404&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Fri Nov 7 16:36:14
2014
@@ -6510,7 +6510,7 @@ test_fs_merge(const svn_test_opts_t *opt
*/
/* Create a new repo. */
- SVN_ERR(svn_test__create_fs(&fs, "test-repo-delta-file-stream",
+ SVN_ERR(svn_test__create_fs(&fs, "test-repo-fs-merge",
opts, pool));
SVN_ERR(svn_fs_revision_root(&root0, fs, 0, pool));