On Sun, Jun 08, 2008 at 05:14:16AM +0200, [EMAIL PROTECTED] 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 · [EMAIL PROTECTED]
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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to