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/03/27 17:50:32 UTC

svn propchange: r1461701 - svn:log

Author: stsp
Revision: 1461701
Modified property: svn:log

Modified: svn:log at Wed Mar 27 16:50:32 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Mar 27 16:50:32 2013
@@ -19,3 +19,11 @@ but we can solve the problem one charact
   (check_newline): New, based on svn_path_check_valid().
   (fs_make_dir, fs_copy, fs_make_file): Prevent new paths which contain
    newlines from being added to the filesystem.
+
+* subversion/tests/libsvn_fs/fs-test.c
+  (filename_trailing_newline): Adjust test expectations such that BDB
+   filesystem are allowed to store paths containing newlines, but FSFS
+   filesystems aren't allowed to do so. Use a white-list approach to
+   ensure that future filesystem implementations which accept newlines
+   in pathnames fail this test unless explicitly listed.
+  (test_funcs): Tweak description of filename_trailing_newline test.