[CMF-checkins] CVS: CMF/CMFCore/tests - test_all.py:1.20.2.3

Yvo Schubbe schubbe@web.de
Fri, 20 Dec 2002 11:40:21 -0500


Update of /cvs-repository/CMF/CMFCore/tests
In directory cvs.zope.org:/tmp/cvs-serv21353/CMFCore/tests

Modified Files:
      Tag: yuppie-collector096-branch
	test_all.py 
Log Message:
more interface cleanups:
- added interface tests and made them pass

=== CMF/CMFCore/tests/test_all.py 1.20.2.2 => 1.20.2.3 ===
--- CMF/CMFCore/tests/test_all.py:1.20.2.2	Thu Dec 19 17:09:21 2002
+++ CMF/CMFCore/tests/test_all.py	Fri Dec 20 11:39:51 2002
@@ -6,6 +6,8 @@
 
     return build_test_suite('Products.CMFCore.tests',[
         'test_ContentTypeRegistry',
+        'test_DynamicType',
+        'test_PortalContent',
         'test_PortalFolder',
         'test_TypesTool',
         'test_WorkflowTool',