# HG changeset patch # User Andre Heinecke # Date 1277125572 0 # Node ID 610b7e57f9663ebdcad72f25f8c3515ea263712a # Parent 41226e427823fbe139d15af0f338b54712e00d66 Changed the test for readconfig to allow the additional builder_cls option diff -r 41226e427823 -r 610b7e57f966 test/test_readconfig.py --- 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")])