From 61f8992fbffac936ac058b64ed7ac00f21127df9 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 28 Oct 2012 22:18:06 +1300 Subject: Change response spec format to code[:features] Reason message is now specified as just another feature with the "m" mnemonic. --- test/test_pathod.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_pathod.py') diff --git a/test/test_pathod.py b/test/test_pathod.py index 3fe7e848..30498c3a 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -40,7 +40,6 @@ class TestTimeout(tutils.DaemonTests): # FIXME: Add float values to spec language, reduce test timeout to # increase test performance assert self.get("200:p1,1").status_code == 200 - print self.d.last_log() assert self.d.last_log()["type"] == "timeout" -- cgit v1.2.3