[Zope-tests] FAILED : Zope-trunk Python-2.4.2 : Linux

Zope Unit Tests zope-tests at epy.co.at
Thu Dec 22 21:13:41 EST 2005


Zope Unit Tests : FAILED
Zope-trunk Python-2.4.2 : Linux

Running /usr/local/python2.4/bin/python test.py -q --all
/home/stefan/autotest/temp/python24-zope210/lib/python/App/Product.py:45: DeprecationWarning: ZClasses are deprecated, unmaintained and should no longer be used
  import ZClasses, AccessControl.Owned
/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Application.py:719: DeprecationWarning: Using Gadfly and ZGadflyDA is deprecated. The module will be removed in Zope 2.11)
  product=__import__(pname, global_dict, global_dict, silly)
Running unit tests:


Error in test testParseRealDateTime (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/i18n/tests/test_formats.py", line 277, in testParseRealDateTime
    'd. MMMM yyyy HH:mm:ss z'),
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/i18n/format.py", line 140, in parse
    tzinfo = pytz.FixedOffset(hours * 60 + mins)
AttributeError: 'module' object has no attribute 'FixedOffset'



Error in test testParseTimeZone (zope.i18n.tests.test_formats.TestDateTimeFormat)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/i18n/tests/test_formats.py", line 295, in testParseTimeZone
    dt = self.format.parse('09:48 -600', 'HH:mm z')
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/i18n/format.py", line 140, in parse
    tzinfo = pytz.FixedOffset(hours * 60 + mins)
AttributeError: 'module' object has no attribute 'FixedOffset'

The following test left new threads behind:
testABOR (zope.server.ftp.tests.test_ftpserver.Tests)
New thread(s): [<_DummyThread(Dummy-26, started daemon)>]
The following test left new threads behind:
testPipelining (zope.server.http.tests.test_httpserver.Tests)
New thread(s): [<_DummyThread(Dummy-50, started daemon)>]
  Ran 4588 tests with 0 failures and 2 errors in 202.480 seconds.

FAILED


More information about the Zope-tests mailing list