[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1882318 - in /subversion/branches/1.14.x: STATUS subversion/tests/libsvn_repos/repos-test.c

From: Stefan Sperling <stsp_at_apache.org>
Date: Thu, 8 Oct 2020 16:05:11 +0200

On Thu, Oct 08, 2020 at 03:24:33PM +0200, Johan Corveleyn wrote:
> > 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 ?

Indeed. Reverted now. Thanks for spotting this :)
Received on 2020-10-08 16:05:21 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.