You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/11/29 10:09:03 UTC

[PATCH] use svntest.main.file_write whereever it makes sense

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

Re: [PATCH] use svntest.main.file_write whereever it makes sense

Posted by Daniel Rall <dl...@collab.net>.
On Wed, 29 Nov 2006, Kamesh Jayachandran wrote:
...
> Use 'svntest.main.file_write' rather than explicitly open/write/close.
> 
> * subversion/tests/cmdline/svntest/main.py
>   (create_config_dir): 
>   (Sandbox._set_name):
>    As explained in the above summary.
> 
> * subversion/tests/cmdline/svntest/actions.py
>   (setup_pristine_repository):
>    As explained in the above summary.

Committed to trunk in r22503.