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

Re: svn commit: r19451 - trunk/subversion/tests/cmdline

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-04-25 19:35:35 CEST

rooneg@tigris.org writes:
> Author: rooneg
> Date: Tue Apr 25 10:19:03 2006
> New Revision: 19451
>
> Modified: trunk/subversion/tests/cmdline/authz_tests.py
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/tests/cmdline/authz_tests.py?pathrev=19451&r1=19450&r2=19451
> ==============================================================================
> --- trunk/subversion/tests/cmdline/authz_tests.py (original)
> +++ trunk/subversion/tests/cmdline/authz_tests.py Tue Apr 25 10:19:03 2006
> @@ -39,8 +39,8 @@
> fp.close()
>
> def skip_test_when_no_authz_available():
> - "skip this test on local repository"
> - if svntest.main.test_area_url.startswith('file://'):
> + "skip this test when authz is not available"
> + if not svntest.main.test_area_url.startswith('svn://'):
> raise svntest.Skip
>

Doesn't they work with tunneled svn protocol?

//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 25 19:36:07 2006

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.