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

Re: svn commit: r1371282 - /subversion/trunk/subversion/tests/cmdline/prop_tests.py

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 10 Aug 2012 08:56:36 +0100

cmpilato_at_apache.org writes:

> Author: cmpilato
> Date: Thu Aug 9 16:16:07 2012
> New Revision: 1371282
>
> URL: http://svn.apache.org/viewvc?rev=1371282&view=rev
> Log:
> Fix a sandbox violation in prop_tests.py 35.
>
> * subversion/tests/cmdline/prop_tests.py
> (propget_redirection): Consult the controlled test-suite runtime
> config when invoking 'svn' directly.
>
> Modified:
> subversion/trunk/subversion/tests/cmdline/prop_tests.py
>
> Modified: subversion/trunk/subversion/tests/cmdline/prop_tests.py
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/prop_tests.py?rev=1371282&r1=1371281&r2=1371282&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/tests/cmdline/prop_tests.py (original)
> +++ subversion/trunk/subversion/tests/cmdline/prop_tests.py Thu Aug 9 16:16:07 2012
> @@ -2268,7 +2268,7 @@ def propget_redirection(sbox):
>
> # Run propget -vR svn:mergeinfo, redirecting the stdout to a file.
> arglist = [svntest.main.svn_binary, 'propget', SVN_PROP_MERGEINFO, '-vR',
> - wc_dir]
> + '--config-dir', svntest.main.default_config_dir, wc_dir]

The user should be able to avoid the FAIL by having the appropriate
settings in their config and I'd like to document it in the release
notes.

I know that the test will be affected by a corrupt config. Is there a
config setting that affects propget? Was it your new password-store
that was unknown to 1.7?

-- 
Philip
Received on 2012-08-10 09:57:15 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.