[Zope-Checkins] SVN: Zope/trunk/test.py No ftesting.zcml in Zope2.

Stefan H. Holek stefan at epy.co.at
Fri Jul 30 13:46:13 EDT 2004


Log message for revision 26853:
  No ftesting.zcml in Zope2.
  


Changed:
  U   Zope/trunk/test.py


-=-
Modified: Zope/trunk/test.py
===================================================================
--- Zope/trunk/test.py	2004-07-30 17:29:48 UTC (rev 26852)
+++ Zope/trunk/test.py	2004-07-30 17:46:13 UTC (rev 26853)
@@ -378,12 +378,6 @@
         if self.libdir not in sys.path:
             sys.path.insert(0, self.libdir)
         print "Running %s tests from %s" % (kind, self.libdir)
-        # Make sure functional tests find ftesting.zcml
-        if functional:
-            config_file = 'ftesting.zcml'
-            print "Parsing %s" % config_file
-            from zope.testing.functional import FunctionalTestSetup
-            FunctionalTestSetup(config_file)
 
 def match(rx, s):
     if not rx:



More information about the Zope-Checkins mailing list