[Checkins] SVN: zope.kgs/trunk/src/zope/kgs/README.txt Fixed unit tests.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jan 27 05:49:10 EST 2009


Log message for revision 95113:
  Fixed unit tests.
  

Changed:
  U   zope.kgs/trunk/src/zope/kgs/README.txt

-=-
Modified: zope.kgs/trunk/src/zope/kgs/README.txt
===================================================================
--- zope.kgs/trunk/src/zope/kgs/README.txt	2009-01-27 10:35:06 UTC (rev 95112)
+++ zope.kgs/trunk/src/zope/kgs/README.txt	2009-01-27 10:49:10 UTC (rev 95113)
@@ -588,12 +588,11 @@
 
   >>> from pprint import pprint
   >>> pprint(sorted(os.listdir(siteDir)))
-  ['3.4.0b2', 'cf-timestamp']
+  ['3.4.0b2', 'cf-timestamp', 'index.html', 'resources']
 
   >>> sorted(os.listdir(os.path.join(siteDir, '3.4.0b2')))
-  ['PIL', 'buildout.cfg', 'controlled-packages.cfg', 'links.html',
-   'minimal', 'resources', 'versions.cfg', 'z3c.formdemo',
-   'zope.component', 'zope.interface']
+  ['CHANGES.html', 'buildout.cfg', 'controlled-packages.cfg', 'index',
+   'links.html', 'minimal', 'versions.cfg']
 
   >>> sorted(os.listdir(os.path.join(siteDir, '3.4.0b2', 'minimal')))
   ['PIL', 'index.html', 'z3c.formdemo', 'zope.component', 'zope.interface']



More information about the Checkins mailing list