[ZCM] [ZC] 2258/ 2 Reject "make test fails in 2.9.* (at lest 3-6)"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]> Sat, 09 Jun 2007 08:17:51 -0400
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2258 Update (Reject) "make test fails in 2.9.* (at lest 3-6)"
Status Rejected, Zope/bug medium
To followup, visit:
http://www.zope.org/Collectors/Zope/2258
==============================================================
= Reject - Entry #2 by ajung on Jun 9, 2007 8:17 am
Status: Pending => Rejected
Can not be reproduced
________________________________________
= Request - Entry #1 by rstachowiak on Dec 28, 2006 7:36 pm
make test failes with one failure:
Failure in test /var/tmp/portage/net-zope/zope-2.9.6/work/Zope-2.9.6-final/lib/python/zope/formlib/form.txt
Failed doctest test for form.txt
File "/var/tmp/portage/net-zope/zope-2.9.6/work/Zope-2.9.6-final/lib/python/zope/formlib/form.txt", line 0
----------------------------------------------------------------------
File "/var/tmp/portage/net-zope/zope-2.9.6/work/Zope-2.9.6-final/lib/python/zope/formlib/form.txt", line 796, in form.txt
Failed example:
print MyForm(order, request)()
# doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Expected:
There were errors:
(u'Invalid floating point data', <exceptions.ValueError instance at ...>)
1
<input class="textType" id="form.name" name="form.name" size="20"
type="text" value="bob" />
<input class="textType" id="form.min_size" name="form.min_size" size="10"
type="text" value="42.0" />
<input class="textType" id="form.max_size" name="form.max_size" size="10"
type="text" value="10,0" />
<span class="error">Invalid floating point data</span>
<input type="submit" id="form.actions.edit" name="form.actions.edit"
value="Edit" class="button" />
Got:
There were errors:
Maximum is less than Minimum
1
<input class="textType" id="form.name" name="form.name" size="20" type="text" value="bob" />
<input class="textType" id="form.min_size" name="form.min_size" size="10" type="text" value="42.0" />
<input class="textType" id="form.max_size" name="form.max_size" size="10" type="text" value="10.0" />
<input type="submit" id="form.actions.edit" name="form.actions.edit" value="Edit" class="button" />
==============================================================