[CMF-checkins] CVS: CMF/CMFWorkspaces/tests - testReferences.py:1.2.6.1

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


Update of /cvs-repository/CMF/CMFWorkspaces/tests
In directory cvs.zope.org:/tmp/cvs-serv17727/CMFWorkspaces/tests

Modified Files:
      Tag: yuppie-collector067-branch
	testReferences.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/CMFWorkspaces/tests/testReferences.py 1.2 => 1.2.6.1 ===
--- CMF/CMFWorkspaces/tests/testReferences.py:1.2	Fri Jul 19 17:01:28 2002
+++ CMF/CMFWorkspaces/tests/testReferences.py	Sun Nov 24 19:08:05 2002
@@ -22,7 +22,7 @@
 from Products.CMFWorkspaces.References import ReferenceCollection
 from OFS.Folder import Folder
 from Acquisition import aq_base, aq_inner, aq_parent
-from Products.CMFDefault.URLTool import URLTool
+from Products.CMFCore.URLTool import URLTool
 
 
 class Tests(unittest.TestCase):