SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py Make a note about testing situation of this code.

Martijn Faassen <[email protected]> Wed, 30 Dec 2009 15:47:46 -0500 (EST)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <20091230204746.EDFCD94184__16540.8106091947$1262206077$gmane$org@cvs.zope.org>
Log message for revision 107390:
  Make a note about testing situation of this code.
  

Changed:
  U   zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py

-=-
Modified: zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py
===================================================================
--- zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py	2009-12-30 20:41:20 UTC (rev 107389)
+++ zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py	2009-12-30 20:47:46 UTC (rev 107390)
@@ -17,6 +17,9 @@
 by the rest of the widgets in zope.formlib. We would like to keep it
 this way.
 
+This module is not directly tested: zope.app.form does have tests to
+test this, and the objectwidget implementation tests this indirectly.
+
 At some point we would like to rewrite zope.formlib.objectwidget so it
 uses the infrastructure provided by zope.formlib itself.
 """