[CMF-checkins] CVS: CMF/CMFCore/tests - test_TypesTool.py:1.27
    Yvo Schubbe 
    cvs-admin at zope.org
       
    Mon Dec  1 03:59:03 EST 2003
    
    
  
Update of /cvs-repository/CMF/CMFCore/tests
In directory cvs.zope.org:/tmp/cvs-serv29495/CMFCore/tests
Modified Files:
	test_TypesTool.py 
Log Message:
fixed test: Zope 2.7 complains if 'container' is used as script parameter
=== CMF/CMFCore/tests/test_TypesTool.py 1.26 => 1.27 ===
--- CMF/CMFCore/tests/test_TypesTool.py:1.26	Thu Jul 31 11:47:23 2003
+++ CMF/CMFCore/tests/test_TypesTool.py	Mon Dec  1 03:59:02 2003
@@ -1,5 +1,6 @@
 from unittest import TestCase, TestSuite, makeSuite, main
 
+import Testing
 import Zope
 try:
     Zope.startup()
    
    
More information about the CMF-checkins
mailing list