Noorul Islam K M wrote on Thu, Feb 10, 2011 at 16:50:39 +0530:
> Index: subversion/tests/cmdline/basic_tests.py
> +def ls_multiple_url_targets(sbox):
> +  "ls multiple url targets"
> +
> +  sbox.build()
> +
> +  alpha = sbox.repo_url +  '/A/B/E/alpha'
> +  beta = sbox.repo_url +  '/A/B/E/beta'
> +  non_existent_url = sbox.repo_url +  '/non-existent'

Can you please pass create_wc and/or read_only to sbox.build() when
appropriate?  That way the test will not create its own repos+wc and the
tests will be slightly faster.

Reply via email to