~ubuntu-branches/ubuntu/saucy/moin/saucy

« back to all changes in this revision

Viewing changes to MoinMoin/events/_tests/test_events.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-13 16:45:52 UTC
  • mfrom: (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081113164552-49t6zf2t2o5bqigh
Tags: 1.8.0-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop recommendation of python-xml, the packages isn't anymore in
    sys.path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
    event = events.UserCreatedEvent(request, User(request))
61
61
    request.cfg.notification_server = server_dummy()
62
 
    request.cfg.secret = "dummy"
 
62
    request.cfg.secrets = "thisisnotsecret"
63
63
 
64
64
    jabbernotify.handle_user_created(event)
65
65
    assert request.cfg.notification_server.sent is True