[Zope-Checkins] CVS: Zope3/lib/python/Zope/Event/tests - testDirectives.py:1.1.2.8
Steve Alexander
steve@cat-box.net
Sun, 9 Jun 2002 16:06:41 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Event/tests
In directory cvs.zope.org:/tmp/cvs-serv2682/lib/python/Zope/Event/tests
Modified Files:
Tag: Zope-3x-branch
testDirectives.py
Log Message:
Made the event:subscribe directive use space-separated event_types.
Updated tests and docs.
=== Zope3/lib/python/Zope/Event/tests/testDirectives.py 1.1.2.7 => 1.1.2.8 ===
<event:subscribe subscriber="Zope.Event.tests.subscriber.subscriber"
- event_types="Zope.Event.IObjectEvent.IObjectAddedEvent,
+ event_types="Zope.Event.IObjectEvent.IObjectAddedEvent
Zope.Event.IObjectEvent.IObjectRemovedEvent"
filter="Zope.Event.tests.subscriber.filter"/>