[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/authentication/tests.py Fixed typos in a test.

Garrett Smith garrett at mojave-corp.com
Tue Apr 19 08:57:42 EDT 2005


Log message for revision 30041:
  Fixed typos in a test.

Changed:
  U   Zope3/trunk/src/zope/app/authentication/tests.py

-=-
Modified: Zope3/trunk/src/zope/app/authentication/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/authentication/tests.py	2005-04-19 12:56:17 UTC (rev 30040)
+++ Zope3/trunk/src/zope/app/authentication/tests.py	2005-04-19 12:57:37 UTC (rev 30041)
@@ -43,10 +43,10 @@
     def __new__(cls, request):
         return 'dummyclientidfortesting'
 
-def siteSetUp(self, test=None):
+def siteSetUp(test):
     placefulSetUp(site=True)
 
-def siteTearDown(self, test=None):
+def siteTearDown(test):
     placefulTearDown()
 
 def sessionSetUp(session_data_container_class=PersistentSessionDataContainer):



More information about the Zope3-Checkins mailing list