[Zope-Coders] Linux Test Results - Zope HEAD - errors:2

zope-tests@squishdot.org zope-tests@squishdot.org
Sat, 12 Oct 2002 03:02:52 +0100


==============================================================================
==============================================================================
Python Version:2.2.1 (#1, Aug  7 2002, 09:54:14) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)]

Modules included:
Zope (HEAD)

======================================================================
ERROR: testAllHeaders (testMailHost.TestMailHost)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testMailHost.py", line 16, in testAllHeaders
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/Products/MailHost/MailHost.py", line 207, in _mungeHeaders
    mo['Date'] = DateTime().rfc822()
NameError: global name 'DateTime' is not defined

======================================================================
ERROR: testNoHeaders (testMailHost.TestMailHost)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testMailHost.py", line 46, in testNoHeaders
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/Products/MailHost/MailHost.py", line 207, in _mungeHeaders
    mo['Date'] = DateTime().rfc822()
NameError: global name 'DateTime' is not defined

----------------------------------------------------------------------
Ran 1804 tests in 417.267s

FAILED (errors=2)

======================================================================
OVERALL FAILED (total errors=2)