[Zope-dev] Re: Call for testing (2.6.4 / 2.7.0)
yuppie
y.2004_ at wcm-solutions.de
Wed Jan 28 07:36:31 EST 2004
Hi!
Brian Lloyd wrote:
> In the meantime, it would be helpful for anyone who runs from
> the 2.6 or 2.7 branches in CVS to update and let us know if you
> have any unresolved problems.
Right now I have no time to track this down myself, but the attached CMF
test failures seem to be related to the last Zope changes. Don't know if
these tests need to be updated or if they reveal a bug in Zope.
Cheers,
Yuppie
======================================================================
FAIL: test_createMemberArea
(Products.CMFCore.tests.test_MembershipTool.MembershipToolSecurityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/local/lib/Zope-2.7/Products/CMFCore/tests/test_MembershipTool.py",
line 82, in test_createMemberArea
self.assertEqual( f.getOwner(), ownership )
File "/usr/lib/python2.3/unittest.py", line 302, in failUnlessEqual
raise self.failureException, \
AssertionError: <DummyUser instance at 411215f0> != <DummyUser instance
at 411215f0>
======================================================================
FAIL: test_constructContent
(Products.CMFCore.tests.test_TypesTool.TypesToolTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/local/lib/Zope-2.7/Products/CMFCore/tests/test_TypesTool.py", line
125, in test_constructContent
self.assertEqual( f.getOwner(), acl_users.user_foo )
File "/usr/lib/python2.3/unittest.py", line 302, in failUnlessEqual
raise self.failureException, \
AssertionError: <DummyUser instance at 41121770> != <DummyUser instance
at 41121770>
======================================================================
FAIL: test_createMemberArea
(Products.CMFDefault.tests.test_MembershipTool.MembershipToolSecurityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/local/lib/Zope-2.7/Products/CMFDefault/tests/test_MembershipTool.py",
line 88, in test_createMemberArea
self.assertEqual( f.getOwner(), ownership )
File "/usr/lib/python2.3/unittest.py", line 302, in failUnlessEqual
raise self.failureException, \
AssertionError: <DummyUser instance at 411dd930> != <DummyUser instance
at 411dd930>
----------------------------------------------------------------------
Ran 366 tests in 8.800s
FAILED (failures=3)
More information about the Zope-Dev
mailing list