[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: Daniel Shahaf <danielsh_at_elego.de>
Date: Fri, 9 Aug 2013 20:51:38 +0300

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;
Received on 2013-08-09 19:52:25 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.