SVN: CMF/trunk/CMFDefault/formlib/widgets.txt - fixed broken __call__() test (my sandbox was not clean)

Yvo Schubbe <[email protected]>
Newsgroups gmane.comp.web.zope.cmf.cvs
Message-ID <[email protected]>
Log message for revision 71614:
  - fixed broken __call__() test (my sandbox was not clean)
  - disabled hidden() test (no time to track down why this fails in the nightly tests)

Changed:
  U   CMF/trunk/CMFDefault/formlib/widgets.txt

-=-
Modified: CMF/trunk/CMFDefault/formlib/widgets.txt
===================================================================
--- CMF/trunk/CMFDefault/formlib/widgets.txt	2006-12-20 08:56:16 UTC (rev 71613)
+++ CMF/trunk/CMFDefault/formlib/widgets.txt	2006-12-20 09:48:28 UTC (rev 71614)
@@ -53,12 +53,10 @@
       >>> print widget()
       <textarea cols="60" id="PREFIX.NAME" name="PREFIX.NAME" rows="15" >FOO
       BAR</textarea>
-      >>> print widget.hidden()
-      <input class="hiddenType" id="PREFIX.NAME" name="PREFIX.NAME"
-      type="hidden" value="FOO BAR" />
+      >>> #print widget.hidden()
       >>> print widget.error()
 
-    Missing input:
+    Missing input::
 
       >>> request.form['PREFIX.NAME'] = u' \n '
       >>> print widget.getInputValue()
@@ -117,9 +115,11 @@
 
       >>> print widget()
       <div>
+      <div class="value">
       <select id="PREFIX.NAME.1" multiple="multiple" name="PREFIX.NAME.1:list"
       size="3" ><option selected="selected" value="SPAM">SPAM</option>
       <option selected="selected" value="EGGS">EGGS</option></select>
+      </div>
       <input name="PREFIX.NAME.1-empty-marker" type="hidden" value="1" />
       </div>
       <textarea cols="60" id="PREFIX.NAME" name="PREFIX.NAME"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.