[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Caching/tests - testCacheName.py:1.2.2.1

Jim Fulton jim@zope.com
Sat, 30 Nov 2002 07:44:54 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Caching/tests
In directory cvs.zope.org:/tmp/cvs-serv30047/lib/python/Zope/App/Caching/tests

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	testCacheName.py 
Log Message:
Refactored the way TTW component registration is done.  There are now
separate registry objects that abstract the machinery for registering
multiple conflicting configurations and deciding which, if any are
active.  Also provided a new field and widget for the status
information.

Along the way, cleaned up and streamlined placeful testing
infrastructure a bit.

Now checking into branch. Will give file-by-file (or at least more
specific logs) when the changes are merged into the head.


=== Zope3/lib/python/Zope/App/Caching/tests/testCacheName.py 1.2 => 1.2.2.1 ===
--- Zope3/lib/python/Zope/App/Caching/tests/testCacheName.py:1.2	Wed Nov 13 15:34:03 2002
+++ Zope3/lib/python/Zope/App/Caching/tests/testCacheName.py	Sat Nov 30 07:44:23 2002
@@ -23,7 +23,7 @@
 
 from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup \
      import PlacefulSetup
-from Zope.App.OFS.Services.ServiceManager.tests.TestingServiceManager \
+from Zope.App.OFS.Services.tests.TestingServiceManager \
      import TestingServiceManager
 
 from Zope.App.Caching.ICacheable import CacheName