[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/site/browser/tests/test_services.py The presentation service is not available anymore; therefore do not set it up.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Sep 17 12:15:30 EDT 2004


Log message for revision 27567:
  
  The presentation service is not available anymore; therefore do not set it up.
  
  


Changed:
  U   Zope3/trunk/src/zope/app/site/browser/tests/test_services.py


-=-
Modified: Zope3/trunk/src/zope/app/site/browser/tests/test_services.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/tests/test_services.py	2004-09-17 16:15:28 UTC (rev 27566)
+++ Zope3/trunk/src/zope/app/site/browser/tests/test_services.py	2004-09-17 16:15:29 UTC (rev 27567)
@@ -43,8 +43,6 @@
         expected = [{'url': '', 'disabled': False, 'manageable': False,
                      'name': 'Adapters', 'parent': u'global'},
                     {'url': '', 'disabled': False, 'manageable': False,
-                     'name': 'Presentation', 'parent': u'global'},
-                    {'url': '', 'disabled': False, 'manageable': False,
                      'name': 'Services', 'parent': u'global'},
                     {'url': 'http://127.0.0.1/++etc++site/default/Utilities',
                      'disabled': False, 'manageable': True,



More information about the Zope3-Checkins mailing list