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

Re: svn commit: rev 6740 - in trunk/subversion/tests/clients/cmdline: . svntest

From: <kfogel_at_collab.net>
Date: 2003-08-15 04:18:55 CEST

Thanks for solving this long-running annoyance, Philip.

Small question:

> Modified: trunk/subversion/tests/clients/cmdline/prop_tests.py
> ==============================================================================
> --- trunk/subversion/tests/clients/cmdline/prop_tests.py (original)
> +++ trunk/subversion/tests/clients/cmdline/prop_tests.py Thu Aug 14 19:44:52 2003
> @@ -33,6 +33,7 @@
> def check_prop(name, path, exp_out):
> """Verify that property NAME on PATH has a value of EXP_OUT"""
> out, err = svntest.main.run_command(svntest.main.svn_binary, None, 1,
> + '--config-dir', 'config',
> 'pg', '--strict', name, path)
> if out != exp_out:
> print "svn pg --strict", name, "output does not match expected."

(Huh, any idea why this test isn't just using run_svn() in the first
place?)

Separately, why is the value to '--config-dir' the hardcoded string
'config' instead of the new variable svntest.main.config_dir?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 15 05:00:07 2003

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.