[Zope-Coders] Linux Test Results - Zope 2.6 branch - errors:2

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


==============================================================================
==============================================================================
Python Version:2.1.3 (#1, May 20 2002, 12:02:16) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)]

Modules included:
Zope (Zope-2_6-branch)

======================================================================
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 1670 tests in 310.672s

FAILED (errors=2)

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