[Checkins] SVN: five.formlib/trunk/ Explicitly load the zope.app.form.browser ZCML.

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 6 15:06:24 EDT 2010


Log message for revision 113219:
  Explicitly load the zope.app.form.browser ZCML.
  

Changed:
  U   five.formlib/trunk/CHANGES.txt
  U   five.formlib/trunk/src/five/formlib/tests/test_formlib.py

-=-
Modified: five.formlib/trunk/CHANGES.txt
===================================================================
--- five.formlib/trunk/CHANGES.txt	2010-06-06 18:58:27 UTC (rev 113218)
+++ five.formlib/trunk/CHANGES.txt	2010-06-06 19:06:24 UTC (rev 113219)
@@ -4,6 +4,8 @@
 1.0.3 - unreleased
 ------------------
 
+* Explicitly load the zope.app.form.browser ZCML.
+
 * Avoid deprecation warnings under Zope 2.13.
 
 1.0.2 - 2009-12-30

Modified: five.formlib/trunk/src/five/formlib/tests/test_formlib.py
===================================================================
--- five.formlib/trunk/src/five/formlib/tests/test_formlib.py	2010-06-06 18:58:27 UTC (rev 113218)
+++ five.formlib/trunk/src/five/formlib/tests/test_formlib.py	2010-06-06 19:06:24 UTC (rev 113219)
@@ -35,6 +35,8 @@
 
       >>> import Products.Five
       >>> zcml.load_config('configure.zcml', Products.Five)
+      >>> import zope.app.form.browser
+      >>> zcml.load_config('configure.zcml', zope.app.form.browser)
 
     Now for some actual testing...
 



More information about the checkins mailing list