From e40482576ca5b03f7c65332b8f1409366f7adbd9 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 18 Nov 2012 09:04:49 +1300 Subject: Add disconnect specifiers to test suite. Fixes hangs seen in test suite with recent versions of requetss. --- test/tutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index 3de18417..0a5455a3 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -14,7 +14,7 @@ class DaemonTests: def setUpAll(self): self.d = test.Daemon( staticdir=test_data.path("data"), - anchors=[("/anchor/.*", "202")], + anchors=[("/anchor/.*", "202:da")], ssl = self.ssl, sizelimit=1*1024*1024, noweb = self.noweb, -- cgit v1.2.3