Test failures with Python 3.3

Bug #1055296 reported by Arfrever Frehtes Taifersar Arahesis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zope.proxy
Fix Released
Undecided
Unassigned

Bug Description

4 tests always fail with Python 3.3.
(Test results from zope.proxy trunk.)

======================================================================
FAIL: test___repr__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/zope.proxy/src/zope/proxy/tests/test_proxy.py", line 94, in test___repr__
    self.assertTrue(repr(p).startswith('<function _foo'))
AssertionError: False is not true

======================================================================
FAIL: test___str__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/zope.proxy/src/zope/proxy/tests/test_proxy.py", line 100, in test___str__
    self.assertTrue(str(p).startswith('<function _foo'))
AssertionError: False is not true

======================================================================
FAIL: test___repr__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/zope.proxy/src/zope/proxy/tests/test_proxy.py", line 94, in test___repr__
    self.assertTrue(repr(p).startswith('<function _foo'))
AssertionError: False is not true

======================================================================
FAIL: test___str__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/zope.proxy/src/zope/proxy/tests/test_proxy.py", line 100, in test___str__
    self.assertTrue(str(p).startswith('<function _foo'))
AssertionError: False is not true

----------------------------------------------------------------------

Revision history for this message
Arfrever Frehtes Taifersar Arahesis (arfrever-fta) wrote :

This bug was fixed in r128403. Fix was released in zope.proxy-4.0.1.

Changed in zope.proxy:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.