chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more template work
[disorder]
/
tests
/
cookie.py
diff --git
a/tests/cookie.py
b/tests/cookie.py
index c0b71e08bc9d04a2bbc5dea6c93166346d445277..21353b08a8eeb24dff9d53f8805147c6c7c8ed3b 100755
(executable)
--- 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
#
# 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()
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)
print " connecting with cookie"
c = disorder.client()
c.connect(k)