Mercurial > treepkg
changeset 379:610b7e57f966
Changed the test for readconfig to allow the additional builder_cls option
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 21 Jun 2010 13:06:12 +0000 |
parents | 41226e427823 |
children | 2995f3042f82 |
files | test/test_readconfig.py |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/test_readconfig.py Mon Jun 21 13:05:26 2010 +0000 +++ b/test/test_readconfig.py Mon Jun 21 13:06:12 2010 +0000 @@ -110,7 +110,8 @@ orig_tarball=("/home/builder/mill/" "tracks/extraargs/mytarball.tgz"), git_url="", - git_branch=""), + git_branch="", + builder_cls="PBuilder"), dict(name="simple", base_dir="/home/builder/mill/tracks/simple", changelog_msg_template=("Update to feature branch" @@ -131,4 +132,5 @@ svn_url="svn://example.com/simple/trunk", version_template="1.0.svn%(revision)s", git_url="", - git_branch="")]) + git_branch="", + builder_cls="PBuilder")])