X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f0feb22e80bfe438c16d212a7cc8be6d2282b6ac..1a3dba678a4edf1df3d7de2cc29f8e32d6fea080:/tests/cookie.py?ds=sidebyside diff --git a/tests/cookie.py b/tests/cookie.py index c0b71e0..21353b0 100755 --- a/tests/cookie.py +++ b/tests/cookie.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python -u # # This file is part of DisOrder. # Copyright (C) 2007 Richard Kettlewell @@ -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)