You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2019/02/21 18:08:03 UTC

svn propchange: r1854072 - svn:log

Author: brane
Revision: 1854072
Modified property: svn:log

Modified: svn:log at Thu Feb 21 18:08:03 2019
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Feb 21 18:08:03 2019
@@ -11,3 +11,11 @@ Fix issue #4806: Remove on-disk trees wi
    trying to remove its children.
   (svn_io_dir_remove_nonrecursive): On Windows, remove a directory's
    read-only flag before trying to remove the directory.
+
+* subversion/tests/libsvn_subr/io-test.c
+  (create_dir_tree): New helper function.
+  (test_rmtree_all_writable,
+   test_rmtree_file_readonly,
+   test_rmtree_dir_readonly,
+   test_rmtree_all_readonly): New test cases.
+  (test_funcs): Activate the new test cases.