chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use users.db. trackdb* moves to lib/, as it's now used by client.c to
[disorder]
/
tests
/
queue.py
diff --git
a/tests/queue.py
b/tests/queue.py
index cc0b619a31e719b97fc81640e08e4fb1694e9c17..c78d6ed82c5ecd8f7297402cd58ed7807144d47d 100755
(executable)
--- a/
tests/queue.py
+++ b/
tests/queue.py
@@
-23,6
+23,7
@@
import dtest,time,disorder,re
def test():
"""Check the queue is padded to the (default) configured length"""
dtest.start_daemon()
def test():
"""Check the queue is padded to the (default) configured length"""
dtest.start_daemon()
+ dtest.create_user()
c = disorder.client()
print " getting queue via python module"
q = c.queue()
c = disorder.client()
print " getting queue via python module"
q = c.queue()