[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/static.py Use new test runner way of doing things. This will also make the

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Oct 31 17:22:46 EST 2005


Log message for revision 39798:
  Use new test runner way of doing things. This will also make the 
  static-apidoc script run in releases.
  
  

Changed:
  U   Zope3/trunk/src/zope/app/apidoc/static.py

-=-
Modified: Zope3/trunk/src/zope/app/apidoc/static.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/static.py	2005-10-31 21:57:26 UTC (rev 39797)
+++ Zope3/trunk/src/zope/app/apidoc/static.py	2005-10-31 22:22:46 UTC (rev 39798)
@@ -138,7 +138,7 @@
                        object):
 
     def __init__(self, *args, **kw):
-        functional.FunctionalTestSetup()
+        functional.Functional.setUp()
         super(PublisherBrowser, self).__init__(*args, **kw)
 
     def setUserAndPassword(self, user, pw):



More information about the Zope3-Checkins mailing list