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

Re: svn commit: r1512319 - /subversion/trunk/subversion/tests/libsvn_fs_x/fs-x-pack-test.c

From: Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com>
Date: Mon, 12 Aug 2013 00:33:33 +0200

On Fri, Aug 9, 2013 at 7:51 PM, Daniel Shahaf <danielsh_at_elego.de> wrote:

> stefan2_at_apache.org wrote on Fri, Aug 09, 2013 at 14:22:21 -0000:
> > Author: stefan2
> > Date: Fri Aug 9 14:22:20 2013
> > New Revision: 1512319
> >
> > URL: http://svn.apache.org/r1512319
> > Log:
> > Disable FSX utiltiy class test for anything non-FSX because it creates
> > a repository and that may or may not fail depending on test parameters.
> >
> > * subversion/tests/libsvn_fs_x/fs-x-pack-test.c
> > (test_reps): run for 1.9+ FSX only
> >
> > + /* Bail (with success) on known-untestable scenarios */
> > + if ((strcmp(opts->fs_type, "fsx") != 0)
> > + || (opts->server_minor_version && (opts->server_minor_version <
> 8)))
>
> s/8/9/
>
> > + return SVN_NO_ERROR;
>

Fixed in several places with r1513012.
Thanks for the review!

-- Stefan^2.
Received on 2013-08-12 00:34:08 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.