[Zope-CVS] CVS: Products/PluggableAuthService/tests - test_Caching.py:1.1.2.3

Jens Vagelpohl jens at dataflake.org
Mon Nov 8 02:14:09 EST 2004


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

Modified Files:
      Tag: jens-implement_caching_branch
	test_Caching.py 
Log Message:
- remove the (empty) PASCacheable class and replace it with 
  OFS.Cache.Cacheable everywhere


=== Products/PluggableAuthService/tests/test_Caching.py 1.1.2.2 => 1.1.2.3 ===
--- Products/PluggableAuthService/tests/test_Caching.py:1.1.2.2	Sat Nov  6 07:04:20 2004
+++ Products/PluggableAuthService/tests/test_Caching.py	Mon Nov  8 02:13:38 2004
@@ -105,12 +105,6 @@
         # use self.REQUEST :/
         setattr(rcm, 'REQUEST', FauxRequest())
 
-        mt_info = zcuf.all_meta_types()
-        mt_types = [x['name'] for x in mt_info]
-        
-        # Make sure that the PASRAMCacheManager can be instantiated through the ZMI
-        self.assert_(PASRAMCacheManager.meta_type in mt_types)
-
         # Make sure the PAS instance itself is Cacheable
         self.assert_(isCacheable(zcuf))
 



More information about the Zope-CVS mailing list