You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/05/10 11:43:54 UTC

svn commit: r1480966 - /subversion/trunk/subversion/tests/libsvn_repos/repos-test.c

Author: stsp
Date: Fri May 10 09:43:54 2013
New Revision: 1480966

URL: http://svn.apache.org/r1480966
Log:
* subversion/tests/libsvn_repos/repos-test.c
  (filename_with_control_chars): Update synopsis of issue #4340 in comment.

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=1480966&r1=1480965&r2=1480966&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_repos/repos-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_repos/repos-test.c Fri May 10 09:43:54 2013
@@ -3164,7 +3164,7 @@ test_delete_repos(const svn_test_opts_t 
   return SVN_NO_ERROR;
 }
 
-/* Related to issue 4340, "fs layer should reject filenames with trailing \n" */
+/* Related to issue 4340, "filenames containing \n corrupt FSFS repositories" */
 static svn_error_t *
 filename_with_control_chars(const svn_test_opts_t *opts,
                             apr_pool_t *pool)