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

Re: svn commit: r1095829 - in /subversion/trunk: ./ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ subversion/tests/libsvn_client/ subversion/tests/libsvn_wc/

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 27 Apr 2011 17:57:23 +0300

> > > @@ -650,7 +650,7 @@ test_16k_add(const svn_test_opts_t *opts
> > > &peg_rev, &rev, svn_depth_infinity,
> > > TRUE, FALSE, ctx, pool));
> > >
> > > - for (i = 0; i < 16384; i++)
> > > + for (i = 0; i < 4000; i++)
> > > {
> > > const char *path;
> >
> > Accidental? It's not in the log message.
>
> Yes; accidental change to a commented out test.
>

Revert it then?

(or rename the test to match the new magic number)
Received on 2011-04-27 16:58:04 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.