[Zope3-dev] Three new errors in Zope3 tests

Tim Peters tim at zope.com
Wed Jun 30 15:36:16 EDT 2004


Don't know whether these are specific to Windows, but haven't seen them
mentioned before:

======================================================================
ERROR: test_getDateFormatter
(zope.i18n.locales.tests.test_locales.TestLocaleAndProvider)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Code\Zope3\src\zope\i18n\locales\tests\test_locales.py", line
100, in test_getDateFormatter
    formatter = self.locale.dates.getFormatter('date', 'medium')
AttributeError: 'NoneType' object has no attribute 'getFormatter'

======================================================================
ERROR: test_getDateTimeFormatter
(zope.i18n.locales.tests.test_locales.TestLocaleAndProvider)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Code\Zope3\src\zope\i18n\locales\tests\test_locales.py", line
108, in test_getDateTimeFormatter
    formatter = self.locale.dates.getFormatter('dateTime', 'medium')
AttributeError: 'NoneType' object has no attribute 'getFormatter'

======================================================================
ERROR: test_getTimeFormatter
(zope.i18n.locales.tests.test_locales.TestLocaleAndProvider)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Code\Zope3\src\zope\i18n\locales\tests\test_locales.py", line 92,
in test_getTimeFormatter
    formatter = self.locale.dates.getFormatter('time', 'medium')
AttributeError: 'NoneType' object has no attribute 'getFormatter'




More information about the Zope3-dev mailing list