diff options
author | Alexander Borisov <alexander.borisov@nginx.com> | 2019-02-27 17:27:41 +0300 |
---|---|---|
committer | Alexander Borisov <alexander.borisov@nginx.com> | 2019-02-27 17:27:41 +0300 |
commit | 379e4c75fdf99439e481f739324d9c6d6d1b18ab (patch) | |
tree | d032cf8833b2f6624dd2c2dad7fd018584484733 /test/test_perl_application.py | |
parent | 5c9fe8c3060f8204b143abae6d81ee8363aba060 (diff) | |
download | unit-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 '')
-rw-r--r-- | test/test_perl_application.py | 1 |
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') |