X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/b12be54a68a7738d948d866eb7b9231f8e55a12e..067eeb5f497179a9edbfe83bc7f1fb790dd2a9cc:/tests/cookie.py diff --git a/tests/cookie.py b/tests/cookie.py index 7f00454..8a91829 100755 --- a/tests/cookie.py +++ b/tests/cookie.py @@ -23,11 +23,13 @@ import dtest,disorder def test(): """Exercise cookie protocol""" dtest.start_daemon() + dtest.create_user() print " connecting" c = disorder.client() v = c.version() print " getting cookie" k = c.make_cookie() + print " cookie value is %s" % k print " connecting with cookie" c = disorder.client() c.connect(k)