[Treepkg-commits] r335 - trunk/test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 21 15:06:12 CEST 2010


Author: aheinecke
Date: 2010-06-21 15:06:12 +0200 (Mon, 21 Jun 2010)
New Revision: 335

Modified:
   trunk/test/test_readconfig.py
Log:
Changed the test for readconfig to allow the additional builder_cls option


Modified: trunk/test/test_readconfig.py
===================================================================
--- trunk/test/test_readconfig.py	2010-06-21 13:05:26 UTC (rev 334)
+++ trunk/test/test_readconfig.py	2010-06-21 13:06:12 UTC (rev 335)
@@ -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")])



More information about the Treepkg-commits mailing list