[Treepkg-commits] r363 - branches/treepkg-status/test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jul 13 14:23:29 CEST 2010


Author: bricks
Date: 2010-07-13 14:23:28 +0200 (Tue, 13 Jul 2010)
New Revision: 363

Modified:
   branches/treepkg-status/test/test_readconfig.py
Log:
updated test readconfig for os config variable


Modified: branches/treepkg-status/test/test_readconfig.py
===================================================================
--- branches/treepkg-status/test/test_readconfig.py	2010-07-12 15:47:42 UTC (rev 362)
+++ branches/treepkg-status/test/test_readconfig.py	2010-07-13 12:23:28 UTC (rev 363)
@@ -45,6 +45,7 @@
 signing_key_id: abcd1234
 changelog_msg_template: Update to feature branch r%%(revision)s
 version_template: 1.0.svn%%(revision)s
+os: foo os
 
 [pkg_extraargs]
 svn_url: svn://example.com/%(name)s/trunk
@@ -56,6 +57,7 @@
 orig_tarball: %(base_dir)s/mytarball.tgz
 rules_svn_url: file:///tmp/my-debian-repository
 deb_build_options: parallel=2
+os: bar os
 """
 
     files = [("treepkg.cfg", config_contents),
@@ -115,7 +117,8 @@
                                "tracks/extraargs/mytarball.tgz"),
                  git_url="",
                  git_branch="",
-                 builder_cls="PBuilder"),
+                 builder_cls="PBuilder",
+                 os="bar os"),
             dict(name="simple",
                  base_dir="/home/builder/mill/tracks/simple",
                  changelog_msg_template=("Update to feature branch"
@@ -137,7 +140,8 @@
                  version_template="1.0.svn%(revision)s",
                  git_url="",
                  git_branch="",
-                 builder_cls="PBuilder")])
+                 builder_cls="PBuilder",
+                 os="foo os")])
 
 def main():
     unittest.main()



More information about the Treepkg-commits mailing list