Skip to content

Commit

Permalink
also test if the stored request object has been cleaned up again...
Browse files Browse the repository at this point in the history
  • Loading branch information
witsch committed Jan 15, 2009
1 parent f2258bf commit ebe0725
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/zope/globalrequest/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ If we now provide a request value we should be greeted properly:
>>> browser.contents
'y0 d4wg!!'

Once the request has been processed, it should not be available anymore:

>>> print getRequest()
None

0 comments on commit ebe0725

Please sign in to comment.