Author: hwright
Date: Fri Nov 23 20:34:57 2012
New Revision: 1413049
URL: http://svn.apache.org/viewvc?rev=1413049&view=rev
Log:
* subversion/tests/libsvn_fs/fs-test.c
(delete_fs): Rename the test repository so it better matches convention, and
will be masked by the directory svn:ignore property.
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=1413049&r1=1413048&r2=1413049&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Fri Nov 23 20:34:57
2012
@@ -4905,7 +4905,7 @@ delete_fs(const svn_test_opts_t *opts,
const char *path;
svn_node_kind_t kind;
- SVN_ERR(svn_test__create_fs(&fs, "test-delete-fs", opts, pool));
+ SVN_ERR(svn_test__create_fs(&fs, "test-repo-delete-fs", opts, pool));
path = svn_fs_path(fs, pool);
SVN_ERR(svn_io_check_path(path, &kind, pool));
SVN_TEST_ASSERT(kind != svn_node_none);