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

Uli Fouquet uli at gnufix.de
Sat Jan 10 21:34:40 EST 2009


Log message for revision 94688:
  Update tests.

Changed:
  U   grokproject/trunk/tests_paste.txt

-=-
Modified: grokproject/trunk/tests_paste.txt
===================================================================
--- grokproject/trunk/tests_paste.txt	2009-01-11 02:33:44 UTC (rev 94687)
+++ grokproject/trunk/tests_paste.txt	2009-01-11 02:34:40 UTC (rev 94688)
@@ -22,7 +22,7 @@
 
     >>> paster = current_dir + '/bin/paster create -t grok '
     >>> sh(paster + 'GrokExample user=a passwd=a '
-    ...    'eggs_dir=%s --no-interactive' % eggsdir)
+    ...    'grokversion=0.14.1 eggs_dir=%s --no-interactive' % eggsdir)
     /.../bin/paster create -t grok GrokExample user=a passwd=a ...
     ...
 
@@ -87,6 +87,18 @@
     site-definition ...GrokExample/etc/site.zcml
     ...
 
+We used the ``--grokversion`` parameter. Therefore we got the Grok
+version requested::
+
+    >>> versions_cfg = os.path.join(package_dir, 'versions.cfg')
+    >>> print open(versions_cfg, 'rb').read()
+    # This file contains a list of versions of the various grok modules that
+    # belong together.
+    # It was downloaded from http://grok.zope.org/releaseinfo/grok-0.14.1.cfg
+    # when this project was created.
+    ...
+
+
 Using i18n scripts
 ------------------
 



More information about the Checkins mailing list