On Fri, Dec 31, 2010 at 4:10 PM, Tres Seaver <tsea...@palladion.com> wrote:
> Hmm, these look like genuine issues, either with the tests or perhaps
> with the new "lazy" stuff:

Hhm, indeed. I cannot reproduce them locally and they only seem to
happen on Windows.

I'll try to look into test ordering problems and such to see if that
might be the problem here.

Hanno

> Failure in test test_length_with_filter
> (Products.ZCatalog.tests.test_lazy.TestLazyFilter)
> Traceback (most recent call last):
>  File "C:\Python26\lib\unittest.py", line 279, in run
>    testMethod()
>  File
> "c:\users\richard\.buildout\eggs\products.zcatalog-2.13.1-py2.6.egg\Products\ZCatalog\tests\test_lazy.py",
> line 153, in test_length_with_filter
>    self.assertEqual(len(lfilter), 26)
>  File "C:\Python26\lib\unittest.py", line 350, in failUnlessEqual
>    (msg or '%r != %r' % (first, second))
> AssertionError: 65 != 26
>
> Failure in test test_length_with_filter
> (Products.ZCatalog.tests.test_lazy.TestLazyMop)
> Traceback (most recent call last):
>  File "C:\Python26\lib\unittest.py", line 279, in run
>    testMethod()
>  File
> "c:\users\richard\.buildout\eggs\products.zcatalog-2.13.1-py2.6.egg\Products\ZCatalog\tests\test_lazy.py",
> line 201, in test_length_with_filter
>    self.assertEqual(len(lmop), 52)
>  File "C:\Python26\lib\unittest.py", line 350, in failUnlessEqual
>    (msg or '%r != %r' % (first, second))
> AssertionError: 125 != 52
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Reply via email to