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

Jim Fulton jim at zope.com
Tue Sep 23 15:12:29 EDT 2003


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

Modified Files:
	test_directives.py 
Log Message:
Updated a test to make it runnable in a loop.

Cleared the subscriber notification counter, which was modified by the
test.


=== Zope3/src/zope/app/event/tests/test_directives.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/event/tests/test_directives.py:1.11	Sun Sep 21 13:32:09 2003
+++ Zope3/src/zope/app/event/tests/test_directives.py	Tue Sep 23 15:12:28 2003
@@ -74,6 +74,8 @@
 
         globalUnsubscribe(subscriber)
 
+        subscriber.notified = 0
+
 def test_suite():
     return makeSuite(Test)
 




More information about the Zope3-Checkins mailing list