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

Yvo Schubbe schubbe@web.de
Sun, 24 Nov 2002 19:00:25 -0500


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

Modified Files:
      Tag: yuppie-collector067-branch
	test_all.py 
Log Message:
Moved URLTool.py and explainURLTool.dtml to CMFCore. (Collector #67)
- changed meta_type
- removed string functions and redundant code
- added interface and basic tests

=== CMF/CMFCore/tests/test_all.py 1.19 => 1.19.6.1 ===
--- CMF/CMFCore/tests/test_all.py:1.19	Thu Sep 12 11:34:03 2002
+++ CMF/CMFCore/tests/test_all.py	Sun Nov 24 19:00:24 2002
@@ -21,6 +21,7 @@
         'test_FSImage',
         'test_CachingPolicyManager',
         'test_FSSecurity',
+        'test_URLTool',
         ])
 
 if __name__ == '__main__':