Product's initialize() is not called in unit tests
This Error Reference applies to:
Plone 2.1.x, Plone 2.0.x
This Error Reference is intended for:
Any audience.
You forgot to call ZopeTestCase.installProduct('YourProduct') in your test code for all products used in unit testing.