[Checkins] SVN: grokproject/trunk/tests_paste.txt Update tests to reflect new config file location.

Uli Fouquet uli at gnufix.de
Fri Feb 6 06:44:18 EST 2009


Log message for revision 96189:
  Update tests to reflect new config file location.

Changed:
  U   grokproject/trunk/tests_paste.txt

-=-
Modified: grokproject/trunk/tests_paste.txt
===================================================================
--- grokproject/trunk/tests_paste.txt	2009-02-06 11:20:41 UTC (rev 96188)
+++ grokproject/trunk/tests_paste.txt	2009-02-06 11:44:18 UTC (rev 96189)
@@ -34,7 +34,6 @@
     bin
     bootstrap.py
     buildout.cfg
-    cfg_templates
     develop-eggs
     etc
     parts
@@ -66,7 +65,7 @@
     python-console...
     test...
 
-    >>> etc_dir = os.path.join(package_dir, 'etc')
+    >>> etc_dir = os.path.join(package_dir, 'parts', 'etc')
     >>> ls(etc_dir)
     debug.ini
     deploy.ini
@@ -89,7 +88,7 @@
 We used a projectname with uppercase letters. This is respected by
 configuration files::
 
-    >>> zope_conf = os.path.join(package_dir, 'etc', 'zope.conf')
+    >>> zope_conf = os.path.join(package_dir, 'parts', 'etc', 'zope.conf')
     >>> print open(zope_conf, 'rb').read()
     # Identify the component configuration used to define the site:
     site-definition ...GrokExample/etc/site.zcml



More information about the Checkins mailing list