[Zope-dev] buildbot failure in Zope on transaction

Christian Theune ct at gocept.com
Sun Jun 8 04:33:47 EDT 2008


On Sun, Jun 08, 2008 at 05:14:16AM +0200, ct at gocept.com wrote:

> Running unit tests:
> 
> 
> Failure in test test_as_weakref_list (transaction.tests.test_weakset.WeakSetTests)
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.4/unittest.py", line 260, in run
>     testMethod()
>   File "/home/ctheune/zope.org/slave/transaction/build/transaction/tests/test_weakset.py", line 58, in test_as_weakref_list
>     self.assertEqual(L, [dummy, dummy2])
>   File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual
>     raise self.failureException, \
> AssertionError: [<transaction.tests.test_weakset.Dummy instance at 0xb780416c>, <transaction.tests.test_weakset.Dummy instance at 0xb7819f2c>] != [<transaction.tests.test_weakset.Dummy instance at 0xb7819f2c>, <transaction.tests.test_weakset.Dummy instance at 0xb780416c>]
> 
>   Ran 114 tests with 1 failures and 0 errors in 0.166 seconds.

I fixed that one. Here we relied on the order of a list that was generated
from a dict but didn't matter.


-- 
Christian Theune · ct at gocept.com
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1
Zope and Plone consulting and development


More information about the Zope-Dev mailing list