[Zope3-checkins] CVS: Zope3/src/zope/app/event/tests - test_directives.py:1.10

Philipp von Weitershausen philikon at philikon.de
Sun Aug 3 18:56:17 EDT 2003


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

Modified Files:
	test_directives.py 
Log Message:
Converted yet another set of ZCML directives.


=== Zope3/src/zope/app/event/tests/test_directives.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/event/tests/test_directives.py:1.9	Thu May  1 15:35:16 2003
+++ Zope3/src/zope/app/event/tests/test_directives.py	Sun Aug  3 17:56:13 2003
@@ -51,7 +51,7 @@
         self.assertRaises(NotFoundError, globalUnsubscribe, subscriber, IEvent)
         XMLConfig('meta.zcml', zope.app.event)()
         xmlconfig(StringIO(
-            '''<zopeConfigure xmlns='http://namespaces.zope.org/zope'
+            '''<configure xmlns='http://namespaces.zope.org/zope'
                               xmlns:test='http://namespaces.zope.org/event'>
             <test:subscribe
                    subscriber="zope.app.event.tests.subscriber.subscriber"
@@ -59,7 +59,7 @@
                        "zope.app.interfaces.event.IObjectAddedEvent
                         zope.app.interfaces.event.IObjectRemovedEvent"
                    filter="zope.app.event.tests.subscriber.filter" />
-            </zopeConfigure>'''
+            </configure>'''
             ))
 
         publish(None, ObjectAddedEvent(None, 'foo'))




More information about the Zope3-Checkins mailing list