[Zope3-dev] Functional test failure: insensitivefolder

Marius Gedminas mgedmin at b4net.lt
Wed Feb 18 13:49:49 EST 2004


On Wed, Feb 18, 2004 at 06:05:11AM -0500, Jim Fulton wrote:
> p3 test.py -f
> Running functional tests from /home/jim/z3/3
> Parsing ftesting.zcml
> Error in test testAddCasInsensitiveFolder 
> (zope.products.demo.insensitivefolder.ftests.TestCaseInsensitiveFolder)
> Traceback (most recent call last):
<...>
> ComponentLookupError: zope.CaseInsensitiveFolder

Someone recently changed ftesting.zcml and it no longer includes
products.zcml.  Make sure your products_ftesting.zcml contains the
following line:

  <include package="zope.products.demo.insensitivefolder"/>

e.g. by doing 'cp products_ftesting.zcml.in product_ftesting.zcml' or
'rm products_ftesting.zcml'.


It would be nice if there was a way to figure out which products had
their ZCML configurations included in products_ftesting.zcml.  Then the
test runner could automatically skip functional tests for those products
who hadn't.

Marius Gedminas
-- 
Press any key to continue, or any other key to cancel.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: Digital signature
Url : http://mail.zope.org/pipermail/zope3-dev/attachments/20040218/015f6d11/attachment.bin


More information about the Zope3-dev mailing list