X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f0feb22e80bfe438c16d212a7cc8be6d2282b6ac..bea6f6d52db537bf2c0dbe826aedcddaa8de482c:/tests/cookie.py diff --git a/tests/cookie.py b/tests/cookie.py index c0b71e0..8a91829 100755 --- a/tests/cookie.py +++ b/tests/cookie.py @@ -29,6 +29,7 @@ def test(): 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)