[CMF-checkins] CVS: CMF/CMFDefault/tests - test_all.py:1.12.8.1
Yvo Schubbe
schubbe@web.de
Thu, 19 Dec 2002 13:21:19 -0500
Update of /cvs-repository/CMF/CMFDefault/tests
In directory cvs.zope.org:/tmp/cvs-serv9235/CMFDefault/tests
Modified Files:
Tag: yuppie-collector096-branch
test_all.py
Log Message:
tool interface cleanup:
- added portal_properties interface
- added interface tests and made them pass
=== CMF/CMFDefault/tests/test_all.py 1.12 => 1.12.8.1 ===
--- CMF/CMFDefault/tests/test_all.py:1.12 Wed Jul 10 01:42:02 2002
+++ CMF/CMFDefault/tests/test_all.py Thu Dec 19 13:20:48 2002
@@ -15,6 +15,9 @@
'test_utils',
'test_join',
'test_Portal',
+ 'test_MembershipTool',
+ 'test_PropertiesTool',
+ 'test_RegistrationTool',
])
if __name__ == '__main__':