[CMF-checkins] CVS: Products/CMFCore/tests - test_TypesTool.py:1.36

Jens Vagelpohl jens at dataflake.org
Mon Nov 22 13:38:06 EST 2004


Update of /cvs-repository/Products/CMFCore/tests
In directory cvs.zope.org:/tmp/cvs-serv21321

Modified Files:
	test_TypesTool.py 
Log Message:
- remove docstring


=== Products/CMFCore/tests/test_TypesTool.py 1.35 => 1.36 ===
--- Products/CMFCore/tests/test_TypesTool.py:1.35	Mon Nov 22 06:56:28 2004
+++ Products/CMFCore/tests/test_TypesTool.py	Mon Nov 22 13:38:05 2004
@@ -97,18 +97,18 @@
                       'Unauthorized raised' )
 
     def test_CMFCollector_49(self):
-        """http://www.zope.org/Collectors/CMF/49
+        #http://www.zope.org/Collectors/CMF/49
+
+        #If you have two FTIs on the file system, both with the same meta_type
+        #but with different id values, the way listDefaultTypeInformation 
+        #listed them in the dropdown list made it impossible to distinguish
+        #the two because the identifier string only contained the CMF package
+        #name and the meta_type
 
-        If you have two FTIs on the file system, both with the same meta_type
-        but with different id values, the way listDefaultTypeInformation 
-        listed them in the dropdown list made it impossible to distinguish
-        the two because the identifier string only contained the CMF package
-        name and the meta_type
-        """
-        import copy
         # Extreme nastiness: Fake out a /Control_Panel/Products registry
         # inside the fake site by putting dummy objects with a
         # factory_type_information attribute on them...
+        import copy
         fti1 = copy.deepcopy(FTIDATA_DUMMY)
         fti2 = copy.deepcopy(FTIDATA_DUMMY)
         fti2[0]['id'] = 'Other Content'



More information about the CMF-checkins mailing list