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

Re: Test suite: expected disk tree: how to write it, and making it optional

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-03-10 22:33:10 CET

Julian Foad <julianfoad@btopenworld.com> writes:

> + expected_disk = svntest.main.greek_state.copy()
> + expected_disk.remove('A/B')

expected_disk.remove('A/B', 'A/B/lambda', 'A/B/E', etc.)

> +
> + svntest.actions.run_and_verify_update(wc_dir,
> + expected_output,
> + None, #expected_disk
> + None, None,
> + None, None, None, None, 0,
> + wc_dir)

You can drop trailing arguments if you are not changing the defaults.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 10 22:33:30 2004

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.