Mercurial > treepkg
diff test/test_readconfig.py @ 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 | f06f707d9fda |
children | c1f3be727f9d |
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")])