[Zope-CVS] CVS: Products/PluggableAuthService - PluggableAuthService.py:1.19.2.3

Jens Vagelpohl jens at dataflake.org
Wed Oct 27 02:36:20 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService
In directory cvs.zope.org:/tmp/cvs-serv32266

Modified Files:
      Tag: jens-implement_caching_branch
	PluggableAuthService.py 
Log Message:
- fix bugs uncovered by unit tests
- disable tests that exercise the "old" cache for now


=== Products/PluggableAuthService/PluggableAuthService.py 1.19.2.2 => 1.19.2.3 ===
--- Products/PluggableAuthService/PluggableAuthService.py:1.19.2.2	Tue Oct 26 10:20:49 2004
+++ Products/PluggableAuthService/PluggableAuthService.py	Wed Oct 27 02:35:49 2004
@@ -71,6 +71,7 @@
 from PASCache import PASRAMCacheManager
 from PASCache import PASCacheable
 from utils import _wwwdir
+from utils import createViewName
 
 
 security = ModuleSecurityInfo(
@@ -912,6 +913,7 @@
                                            , view_name=view_name
                                            , keywords=criteria
                                            )
+                        return id
 
                 except _SWALLOWABLE_PLUGIN_EXCEPTIONS:
                     LOG('PluggableAuthService', WARNING,



More information about the Zope-CVS mailing list