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

Re: svn commit: r979390 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svntest/actions.py

From: Ramkumar Ramachandra <artagnon_at_gmail.com>
Date: Mon, 26 Jul 2010 23:37:10 +0530

Hi,

artagnon_at_apache.org writes:
> -def revision0(sbox):
> +def revision_0(sbox):
> "dump revision zero"
> - run_test(sbox, dumpfile_name = "revision0.dump")
> + run_test(sbox, dumpfile_name = "revision-0.dump")
>
> +def copy_and_modify(sbox):
> + "copy and modify"
> + run_test(sbox, "copy-and-modify.dump")
> +
> +def copy_from_previous_version_and_modify(sbox):
> + "copy from previous version and modify"
> + run_test(sbox, "copy-from-previous-version-and-modify.dump")
> +
> ########################################################################
> # Run the tests
>
> @@ -102,7 +114,9 @@ def revision0(sbox):
> # list all tests here, starting with None:
> test_list = [ None,
> basic_svnrdump,
> - revision0,
> + revision_0,
> + XFail(copy_and_modify),
> + XFail(copy_from_previous_version_and_modify),
> ]

Terribly sorry about the stray changes. Fixing immediately.

-- Ram
Received on 2010-07-26 20:09:33 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.