[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.3 - failures:1

zope-tests@bitdance.com zope-tests@bitdance.com
Wed, 29 Jan 2003 04:20:23 -0500 (EST)


==============================================================================
==============================================================================
Python Version:2.3a0 (#1, Dec 24 2002, 16:35:46) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Failure in test testClassAndInstance (zodb.code.tests.test_class.TestClass)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_class.py", line 89, in testClassAndInstance
    self.assert_(not hasattr(x, "_p_oid"))
  File "/usr/local/lib/python2.3/unittest.py", line 268, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

======================================================================
FAIL: testClassAndInstance (zodb.code.tests.test_class.TestClass)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_class.py", line 89, in testClassAndInstance
    self.assert_(not hasattr(x, "_p_oid"))
  File "/usr/local/lib/python2.3/unittest.py", line 268, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

----------------------------------------------------------------------
Ran 3317 tests in 123.336s

FAILED (failures=1)