Author: cmpilato
Date: Wed Apr  3 17:54:25 2013
New Revision: 1464123

URL: http://svn.apache.org/r1464123
Log:
* subversion/tests/libsvn_repos/repos-test.c
  (filename_with_control_chars): Use a repository named
    "test-repo-..." rather than "test-repos-...", as that's our
    convention, and that's what's matched in svn:ignores.

Modified:
    subversion/trunk/subversion/tests/libsvn_repos/repos-test.c

Modified: subversion/trunk/subversion/tests/libsvn_repos/repos-test.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_repos/repos-test.c?rev=1464123&r1=1464122&r2=1464123&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_repos/repos-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_repos/repos-test.c Wed Apr  3 
17:54:25 2013
@@ -3187,7 +3187,7 @@ filename_with_control_chars(const svn_te
   const svn_delta_editor_t *editor;
 
   /* Create the repository. */
-  SVN_ERR(svn_test__create_repos(&repos, 
"test-repos-filename-with-cntrl-chars",
+  SVN_ERR(svn_test__create_repos(&repos, "test-repo-filename-with-cntrl-chars",
                                  opts, pool));
   fs = svn_repos_fs(repos);
 


Reply via email to