[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests - testServiceConfigURL.py:NONE testServices.py:NONE

Marius Gedminas mgedmin@codeworks.lt
Tue, 10 Dec 2002 14:16:04 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests
In directory cvs.zope.org:/tmp/cvs-serv28246/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests

Removed Files:
      Tag: named-component-configuration-branch
	testServiceConfigURL.py testServices.py 
Log Message:
Refactoring of configuration views:
  - new interfaces INamedComponentConfiguration, INameConfigurable,
    implemented in NamedComponentConfiguration, NameConfigurable, simplify
    the case where configurations are identified by a name (service types,
    connections, caches, queries, etc)
  - common views for INamedComponentConfiguration, INameConfigurable
  - refactored ServiceManager and ConnectionService to take advantage of the
    new infrastructure
  - incidentally wrote several unit tests for configuration classes
  - removed caching from ComponentConnection.getComponent; this exposed a bug
    in LocalEventService tests


=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests/testServiceConfigURL.py ===

=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests/testServices.py ===