aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pathoc.py')
-rw-r--r--test/test_pathoc.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py
index fe7adc4d..5172d85f 100644
--- a/test/test_pathoc.py
+++ b/test/test_pathoc.py
@@ -139,11 +139,6 @@ class TestDaemon(_TestDaemon):
def test_conn_err(self):
assert "Invalid server response" in self.tval(["get:'/p/200:d2'"])
- def test_fileread(self):
- d = tutils.test_data.path("data/request")
- assert "foo" in self.tval(["+%s"%d], showreq=True)
- assert "File" in self.tval(["+/nonexistent"])
-
def test_connect_fail(self):
to = ("foobar", 80)
c = pathoc.Pathoc(("127.0.0.1", self.d.port))