From 64ef0a4561058de4ca7309767e89366bc1c7502f Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 24 Jul 2012 23:57:18 +1200 Subject: Swap the offset, seconds arguments for the pause operator. This makes it uniform with the other operators.s --- test/test_pathoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pathoc.py') diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 15493e96..3cd07649 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -31,7 +31,7 @@ class TestDaemon: s = cStringIO.StringIO() c.print_requests( - ["get:'/p/200:p10,0'"], True, True, s + ["get:'/p/200:p0,10'"], True, True, s ) assert "Timeout" in s.getvalue() -- cgit v1.2.3