From 96372bd19e08e047ad6a3e3685afb60a20a9a210 Mon Sep 17 00:00:00 2001 Message-Id: <96372bd19e08e047ad6a3e3685afb60a20a9a210.1714713951.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 25 Nov 2007 18:23:35 +0000 Subject: [PATCH] oops Organization: Straylight/Edgeware From: Richard Kettlewell --- tests/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/queue.py b/tests/queue.py index 37e9132..7f56af0 100755 --- a/tests/queue.py +++ b/tests/queue.py @@ -21,7 +21,7 @@ import dtest,time,disorder def test(): - """Ask the server its version number""" + """Check the queue is padded to the (default) configured length""" dtest.start_daemon() c = disorder.client() q = c.queue() -- [mdw]