[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/RoleService/Views/Browser/tests - testAdder.py:1.1.2.4
Stephan Richter
srichter@cbu.edu
Tue, 21 May 2002 16:31:40 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/RoleService/Views/Browser/tests
In directory cvs.zope.org:/tmp/cvs-serv11413/Zope/App/OFS/RoleService/Views/Browser/tests
Modified Files:
Tag: Zope-3x-branch
testAdder.py
Log Message:
- Fixed a little bug in Interface code, where they verify method would stop checking when finding an attribute. We simply continue now.
- Updated a doc strong of assertTypeImplements, whose doc string was totally off.
- Our little change caused a test in to fail, so we fixed it.
=== Zope3/lib/python/Zope/App/OFS/RoleService/Views/Browser/tests/testAdder.py 1.1.2.3 => 1.1.2.4 ===
+ def getInterfaces():
+ """Dummy stub."""
+ pass
+
+ def __call__():
+ """A factory should always be callable."""
+ pass
+
+
class Test(PlacefulSetup, TestCase):
"""Base adding tests