chiark / gitweb /
More careful testing of scratching, and correctly handle the case
[disorder] / tests / queue.py
index cc0b619a31e719b97fc81640e08e4fb1694e9c17..c78d6ed82c5ecd8f7297402cd58ed7807144d47d 100755 (executable)
@@ -23,6 +23,7 @@ import dtest,time,disorder,re
 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()