From fe8e27f27b7a5ead1a7f60df1516d5fef161e776 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 17 Apr 2015 15:27:50 +1200 Subject: Housekeeping: .env and fix unit tests --- test/test_pathod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_pathod.py b/test/test_pathod.py index 8b37b545..e90547bc 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -32,7 +32,7 @@ class TestTimeout(tutils.DaemonTests): def test_noweb(self): # FIXME: Add float values to spec language, reduce test timeout to # increase test performance - tutils.raises("server disconnect", self.pathoc, "get:/:p1,1") + tutils.raises(tcp.NetLibDisconnect, self.pathoc, "get:/:p1,1") assert self.d.last_log()["type"] == "timeout" -- cgit v1.2.3