[Zope-Coders] Zope test results (head)
background@shane.digicool.com
background@shane.digicool.com
Tue, 13 Nov 2001 22:06:10 -0500 (EST)
No test suite found in file:
/home/background/zopetest/lib/python/Products/ZCatalog/tests/testCatalog.py
No test suite found in file:
/home/background/zopetest/lib/python/Products/Sessions/tests/testSessionDataManager.py
======================================================================
ERROR: testAddNotification (testTimeoutRelated.TestNotifications)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/background/zopetest/lib/python/Products/Transience/tests/testTimeoutRelated.py", line 25, in setUp
import Zope
File "/home/background/zopetest/lib/python/Zope/__init__.py", line 94, in ?
import ZODB, ZODB.ZApplication, imp
ImportError: No module named ZApplication
======================================================================
ERROR: testDelNotification (testTimeoutRelated.TestNotifications)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/background/zopetest/lib/python/Products/Transience/tests/testTimeoutRelated.py", line 29, in setUp
self.app = makerequest.makerequest(Zope.app())
AttributeError: 'Zope' module has no attribute 'app'
======================================================================
ERROR: testLastAccessed (testTimeoutRelated.TestLastAccessed)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/background/zopetest/lib/python/Products/Transience/tests/testTimeoutRelated.py", line 29, in setUp
self.app = makerequest.makerequest(Zope.app())
AttributeError: 'Zope' module has no attribute 'app'
======================================================================
FAIL: test_TTWDictionary (testTransientObject.TestTransientObject)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/background/zopetest/lib/python/Products/Transience/tests/testTransientObject.py", line 170, in test_TTWDictionary
self.assertRaises(KeyError, self._genKeyError, t)
File "/usr/lib/python2.1/unittest.py", line 266, in failUnlessRaises
raise self.failureException, excName
AssertionError: KeyError
======================================================================
FAIL: test_dictionaryLike (testTransientObject.TestTransientObject)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/background/zopetest/lib/python/Products/Transience/tests/testTransientObject.py", line 155, in test_dictionaryLike
self.assertRaises(KeyError, self._genKeyError, t)
File "/usr/lib/python2.1/unittest.py", line 266, in failUnlessRaises
raise self.failureException, excName
AssertionError: KeyError
----------------------------------------------------------------------
Ran 968 tests
FAILED (failures=2, errors=3)
======================================================================
OVERALL FAILED (total failures=2, total errors=3)