I'm getting several TypeErrors when I run 'make test' on the HEAD. Each
of them involves a call to cAccessControl's 'validate' with 'roles' set
to a PermissionRole instance, complaining that it's not iterable.
Any ideas?
Cheers,
Evan @ 4-am
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )
- Re: [Zope-dev] TypeErrors during 'make test' Evan Simpson
- Re: [Zope-dev] TypeErrors during 'make test' Jeremy Hylton