[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 4347 - in trunk/subversion: libsvn_client tests/clients/cmdline tests/clients/cmdline/svntest

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-12 13:59:09 CET

kfogel@tigris.org writes:

> * subversion/tests/clients/cmdline/svntest/main.py
> (chmod_tree.visit): Don't try to chmod links.

Good, that fixes one of my problems :)

> Modified: trunk/subversion/tests/clients/cmdline/commit_tests.py
> ==============================================================================
> --- trunk/subversion/tests/clients/cmdline/commit_tests.py (original)
> +++ trunk/subversion/tests/clients/cmdline/commit_tests.py Sat Jan 11 15:41:28 2003
> @@ -1499,6 +1499,34 @@
> if svntest.actions.run_and_verify_status(wc2_dir, expected_status2):
> return 1
>
> +
> +def commit_symlink(sbox):
> + "committing a symlink should fail"
> +
> + # Symlinks are a Unix phenonenon anyway.
> + if svntest.main.windows:
> + return 0

Should this be done using Skip(commit_symlink, svntest.main.windows)
in the list of tests?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 12 13:59:55 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.