[Checkins] SVN: z3c.form/trunk/src/z3c/form/browser/README.txt Fix the tests that my last checkin broke.

Michael Kerrin michael.kerrin at openapp.ie
Thu Sep 20 17:47:49 EDT 2007


Log message for revision 79774:
  Fix the tests that my last checkin broke.
  

Changed:
  U   z3c.form/trunk/src/z3c/form/browser/README.txt

-=-
Modified: z3c.form/trunk/src/z3c/form/browser/README.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/browser/README.txt	2007-09-20 21:30:57 UTC (rev 79773)
+++ z3c.form/trunk/src/z3c/form/browser/README.txt	2007-09-20 21:47:48 UTC (rev 79774)
@@ -15,9 +15,14 @@
 
   >>> from zope.configuration import xmlconfig
   >>> import zope.component
+  >>> import zope.app.component
+  >>> import zope.app.security
   >>> import z3c.form
   >>> xmlconfig.XMLConfig('meta.zcml', zope.component)()
+  >>> xmlconfig.XMLConfig('meta.zcml', zope.app.component)()
+  >>> xmlconfig.XMLConfig('meta.zcml', zope.app.security)()
   >>> xmlconfig.XMLConfig('meta.zcml', z3c.form)()
+  >>> xmlconfig.XMLConfig('configure.zcml', zope.app.security)()
   >>> xmlconfig.XMLConfig('configure.zcml', z3c.form)()
 
 also define a helper method for test the widgets:



More information about the Checkins mailing list