chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cgi: more graceful error handling in absence of server
[disorder]
/
tests
/
cookie.py
diff --git
a/tests/cookie.py
b/tests/cookie.py
index c0b71e08bc9d04a2bbc5dea6c93166346d445277..8a9182977286011d0d67fc1ee03295f607f889d1 100755
(executable)
--- 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)