def test_controlpanel_view(self):
view = getMultiAdapter((self.portal, self.portal.REQUEST),
name='newsflash-settings')
view = view.__of__(self.portal)
self.failUnless(view())I just discovered today that this is failing, probably due to some changes introduced in on of Plone's 4.2.2 dependencies.
Error in test test_controlpanel_view (collective.newsflash.tests.test_registry.RegistryTest)
Traceback (most recent call last): ... KeyError: 'False' complete traceback is here: http://pastie.org/5136690 any hint or idea? -- Héctor Velarde
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
