[Checkins] SVN: grokproject/branches/ulif-dynamic_conf_files/tests_paste.txt Update tests to check for new buildout-generated config files.

Uli Fouquet uli at gnufix.de
Thu Feb 5 06:49:27 EST 2009


Log message for revision 96126:
  Update tests to check for new buildout-generated config files.

Changed:
  U   grokproject/branches/ulif-dynamic_conf_files/tests_paste.txt

-=-
Modified: grokproject/branches/ulif-dynamic_conf_files/tests_paste.txt
===================================================================
--- grokproject/branches/ulif-dynamic_conf_files/tests_paste.txt	2009-02-05 11:48:38 UTC (rev 96125)
+++ grokproject/branches/ulif-dynamic_conf_files/tests_paste.txt	2009-02-05 11:49:27 UTC (rev 96126)
@@ -34,6 +34,7 @@
     bin
     bootstrap.py
     buildout.cfg
+    cfg_templates
     develop-eggs
     etc
     parts
@@ -73,6 +74,13 @@
     zdaemon.conf
     zope.conf
 
+In the generated configuration files paths are set to local paths::
+
+    >>> cat(etc_dir, 'zope.conf')
+    # Identify the component configuration used to define the site:
+    site-definition /.../GrokExample/etc/site.zcml
+    ...
+
 The eggs dir is filled now::
 
     >>> len(os.listdir(eggsdir)) > 100
@@ -216,7 +224,6 @@
     >>> output = read_sh(cmd)
     >>> print output
     Develop: '...'
-    ...
     Updating eggbasket.
     Updating app.
     Updating i18n.
@@ -225,9 +232,13 @@
     Updating test.
     Updating data.
     Updating log.
+    Updating zope_conf.
+    Updating site_zcml.
+    Updating zdaemon_conf.
+    Updating deploy_ini.
+    Updating debug_ini.
     <BLANKLINE>
 
-
 Using the generated `bootstrap` script
 --------------------------------------
 



More information about the Checkins mailing list