Skip to content

Commit

Permalink
back out revisions 30921 thru 30923. they were supposed to go to the …
Browse files Browse the repository at this point in the history
…trunk.
  • Loading branch information
philikon committed Jun 25, 2005
1 parent b38a8c5 commit fe50949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_zopepublication.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ def testSiteEvents(self):

set = []
clear = []
ztapi.subscribe([IBeforeTraverseEvent], None, set.append)
ztapi.subscribe([IEndRequestEvent], None, clear.append)
ztapi.handle([IBeforeTraverseEvent], set.append)
ztapi.handle([IEndRequestEvent], clear.append)

ob = object()

Expand Down

0 comments on commit fe50949

Please sign in to comment.