[Zope3-checkins] CVS: Zope3/lib/python/Zope/StartUp/tests - __init__.py:NONE testRegisterRequestFactory.py:NONE testRegisterServerType.py:NONE testRequestFactoryRegistry.py:NONE testServerTypeRegistry.py:NONE testSimpleRegistry.py:NONE testStartupDirectives.py:NONE

Jim Fulton jim@zope.com
Tue, 19 Nov 2002 18:25:19 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/StartUp/tests
In directory cvs.zope.org:/tmp/cvs-serv11465/lib/python/Zope/StartUp/tests

Removed Files:
	__init__.py testRegisterRequestFactory.py 
	testRegisterServerType.py testRequestFactoryRegistry.py 
	testServerTypeRegistry.py testSimpleRegistry.py 
	testStartupDirectives.py 
Log Message:

Two changes that were far reaching and interdependent.

- Changed existing directives that mention interfaces to register
  those interfaces with the global interface service.

- Moved all configuration support (except that in Zope.Configuration)
  into Zope.App. This was necessary to get the order of execution such
  that the interface service was defined before directives that used
  interfaces were used.  This is a change that has been needed for
  some time.


=== Removed File Zope3/lib/python/Zope/StartUp/tests/__init__.py ===

=== Removed File Zope3/lib/python/Zope/StartUp/tests/testRegisterRequestFactory.py ===

=== Removed File Zope3/lib/python/Zope/StartUp/tests/testRegisterServerType.py ===

=== Removed File Zope3/lib/python/Zope/StartUp/tests/testRequestFactoryRegistry.py ===

=== Removed File Zope3/lib/python/Zope/StartUp/tests/testServerTypeRegistry.py ===

=== Removed File Zope3/lib/python/Zope/StartUp/tests/testSimpleRegistry.py ===

=== Removed File Zope3/lib/python/Zope/StartUp/tests/testStartupDirectives.py ===