> > > @@ -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)

