summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAlexander Borisov <alexander.borisov@nginx.com>2019-02-27 17:27:41 +0300
committerAlexander Borisov <alexander.borisov@nginx.com>2019-02-27 17:27:41 +0300
commit379e4c75fdf99439e481f739324d9c6d6d1b18ab (patch)
treed032cf8833b2f6624dd2c2dad7fd018584484733 /test
parent5c9fe8c3060f8204b143abae6d81ee8363aba060 (diff)
downloadunit-379e4c75fdf99439e481f739324d9c6d6d1b18ab.tar.gz
unit-379e4c75fdf99439e481f739324d9c6d6d1b18ab.tar.bz2
Perl: added processing for IO:Handle-like object.
The application can return the body as an IO:Handle-like object without file descriptor.
Diffstat (limited to 'test')
-rw-r--r--test/test_perl_application.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_perl_application.py b/test/test_perl_application.py
index 7850e231..f9acbd32 100644
--- a/test/test_perl_application.py
+++ b/test/test_perl_application.py
@@ -185,7 +185,6 @@ class TestUnitPerlApplication(unit.TestUnitApplicationPerl):
self.assertEqual(resp['body'], '0123456789', 'keep-alive 2')
- @unittest.expectedFailure
def test_perl_body_io_fake(self):
self.load('body_io_fake')