[Checkins] SVN: grokproject/trunk/tests_paste.txt Update tests.

Uli Fouquet uli at gnufix.de
Thu Apr 16 21:49:45 EDT 2009


Log message for revision 99230:
  Update tests.

Changed:
  U   grokproject/trunk/tests_paste.txt

-=-
Modified: grokproject/trunk/tests_paste.txt
===================================================================
--- grokproject/trunk/tests_paste.txt	2009-04-17 01:38:24 UTC (rev 99229)
+++ grokproject/trunk/tests_paste.txt	2009-04-17 01:49:45 UTC (rev 99230)
@@ -77,7 +77,7 @@
 
     >>> cat(etc_dir, 'zope.conf')
     # Identify the component configuration used to define the site:
-    site-definition /.../GrokExample/etc/site.zcml
+    site-definition /.../GrokExample/parts/etc/site.zcml
     ...
 
 The eggs dir is filled now::
@@ -91,7 +91,7 @@
     >>> 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
+    site-definition ...GrokExample/parts/etc/site.zcml
     ...
 
 We used the ``--grokversion`` parameter. Therefore we got the Grok



More information about the Checkins mailing list