[Zope-Coders] Unit testing issues

Jeremy Hylton jeremy@zope.com
Fri, 9 Nov 2001 12:40:34 -0500 (EST)


Nevermind.  A little further investigation shows that ClientStorage
inherits an implementation of getSerial from BaseStorage and that
ClientStorage inherits from ExtensionClass.Base which is where the
weird repr comes from.

Jeremy