[Zope-CMF] Test failing under Zope 2.5.1
Chris Withers
chrisw@nipltd.com
Tue, 21 Jan 2003 16:56:26 +0000
Hi,
The following test fails under 2.5.1 but passes under 2.6.0:
======================================================================
ERROR: test_interface (Products.CMFCore.tests.test_ActionProviderBase.ActionProv
iderBaseTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Zope\cmf2Products\CMFCore\tests\test_ActionProviderBase.py", line 154
, in test_interface
verifyClass(IActionProvider, ActionProviderBase)
File "D:\ZOPE\25228D~1.1\lib\python\Interface\verify.py", line 35, in verify_c
lass_implementation
raise BrokenMethodImplementation(n)
BrokenMethodImplementation: An object has failed to implement the method listAct
ions
The signature is incorrect.
Why is this happening and do we care?
cheers,
Chris