[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pas/tests.py
	tests.py corrected according to changes in browserplugins.py
    Helmut Merz 
    helmutm at cy55.de
       
    Wed Oct 13 04:31:15 EDT 2004
    
    
  
Log message for revision 28046:
  tests.py corrected according to changes in browserplugins.py
Changed:
  U   Zope3/trunk/src/zope/app/pas/tests.py
-=-
Modified: Zope3/trunk/src/zope/app/pas/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/pas/tests.py	2004-10-13 08:27:38 UTC (rev 28045)
+++ Zope3/trunk/src/zope/app/pas/tests.py	2004-10-13 08:31:13 UTC (rev 28046)
@@ -39,7 +39,7 @@
     ztapi.provideAdapter(IRequest, ISession, Session)
     ztapi.provideUtility(IClientIdManager, CookieClientIdManager())
     sdc = session_data_container_class()
-    ztapi.provideUtility(ISessionDataContainer, sdc, 'pas_credentials')
+    ztapi.provideUtility(ISessionDataContainer, sdc, 'pas')
 
 def formAuthSetUp(self):
     placefulSetUp(site=True)
    
    
More information about the Zope3-Checkins
mailing list