[Zope3-dev] Re: SVN: Zope3/branches/3.3/ Fixed issue 525: DateWidget ru-format

Dmitry Vasiliev lists at hlabs.spb.ru
Tue Jun 27 02:21:51 EDT 2006


Tres Seaver wrote:
> Dmitry Vasiliev wrote:
>> It's the datetime format for the default locale, see the specification
>> in zope/i18n/locales/data/root.xml.
>>
> 
> That breaks a test:
> 
> File
> "/home/tseaver/projects/Zope-CVS/tseaver-retire_zpkg-2.10/lib/python/zope/formlib/form.txt",
> line 1547, in form.txt
> Failed example:
>     print MyAddForm(None, request)() # doctest: +NORMALIZE_WHITESPACE
> Expected:
>     <input class="textType" id="form.now" name="form.now" size="20"
>            type="text" value="2002-12-02 12:30:00"  />
> Got:
>     <input class="textType" id="form.now" name="form.now" size="20"
> type="text" value="2002 12 2  12:30:00 "  />

You just need to update your zope.formlib package. The test was fixed in the 
original checkin.

-- 
Dmitry Vasiliev (dima at hlabs.spb.ru)
     http://hlabs.spb.ru


More information about the Zope3-dev mailing list