On Thu, Oct 8, 2020 at 2:22 PM <s...@apache.org> wrote: > > Author: stsp > Date: Thu Oct 8 11:55:19 2020 > New Revision: 1882318 > > URL: http://svn.apache.org/viewvc?rev=1882318&view=rev > Log: > * STATUS: Remove r1882186 nomination. > > The proposed change introduces a regression where behaviour > of trunk differs from both 1.9 and 1.10: > http://mail-archives.apache.org/mod_mbox/subversion-dev/202010.mbox/%3C20201006162606.GA86427%40byrne.stsp.name%3E > > Modified: > subversion/branches/1.14.x/STATUS > subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c
<snip> > Modified: > subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c > URL: > http://svn.apache.org/viewvc/subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c?rev=1882318&r1=1882317&r2=1882318&view=diff > ============================================================================== > --- subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c > (original) > +++ subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c Thu > Oct 8 11:55:19 2020 > @@ -1641,6 +1641,9 @@ test_authz_prefixes(apr_pool_t *pool) > contents = apr_psprintf(iterpool, contents_format, > glob1, repo1, test_path, > glob2, repo2, test_path); > + fprintf(stderr, "testing authz %d:\n[[[\n", combi); > + fprintf(stderr, "%s", contents); > + fprintf(stderr, "]]]\n"); ^ scalpel ? -- Johan