[Zope3-checkins] CVS: Zope3/src/zope/app/presentation/tests - test_pagefolder.py:1.6

Jim Fulton jim at zope.com
Sat Apr 17 11:13:42 EDT 2004


Update of /cvs-repository/Zope3/src/zope/app/presentation/tests
In directory cvs.zope.org:/tmp/cvs-serv26480/src/zope/app/presentation/tests

Modified Files:
	test_pagefolder.py 
Log Message:
Renamed (I)RegistrationManagerContainer to (I)RegisterableContainer.


=== Zope3/src/zope/app/presentation/tests/test_pagefolder.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/presentation/tests/test_pagefolder.py:1.5	Sat Mar 13 18:01:00 2004
+++ Zope3/src/zope/app/presentation/tests/test_pagefolder.py	Sat Apr 17 11:13:11 2004
@@ -26,7 +26,7 @@
 from zope.interface import Interface
 from zope.publisher.interfaces.browser import IBrowserRequest
 from zope.app.registration.tests.test_registrationmanager \
-     import RegistrationManagerContainerTests
+     import RegisterableContainerTests
 from zope.component.servicenames import Presentation
 
 from zope.app.dependable.interfaces import IDependable
@@ -44,7 +44,7 @@
 class I2(Interface):
     pass
 
-class Test(RegistrationManagerContainerTests, PlacefulSetup, TestCase):
+class Test(RegisterableContainerTests, PlacefulSetup, TestCase):
 
     def setUp(self):
         sm = PlacefulSetup.setUp(self, site=True)




More information about the Zope3-Checkins mailing list