[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n/tests - testIWriteTranslationService.py:1.3

Stephan Richter srichter@cbu.edu
Wed, 10 Jul 2002 20:54:03 -0400


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

Modified Files:
	testIWriteTranslationService.py 
Log Message:
 Adjustments to DTML and other code


=== Zope3/lib/python/Zope/I18n/tests/testIWriteTranslationService.py 1.2 => 1.3 ===
         PlacelessSetup.setUp(self)
         self._service = self._getTranslationService() 
         assert verifyObject(ITranslationService, self._service)
+        managerHandler('defineService', 'TranslationService',
+                       ITranslationService) 
+        provideService('TranslationService', self._service, 'Zope.Public')
 
         # Setup the negotiator service registry entry
         managerHandler('defineService', 'LanguageNegotiation', INegotiator)