From 9bd24900619a78578685d617ebcf3d0a4dcb8f4b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 6 Sep 2011 21:14:52 -0400 Subject: legalize header --- pyramid/tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/tests/test_integration.py b/pyramid/tests/test_integration.py index e1389481c..3e2a6e452 100644 --- a/pyramid/tests/test_integration.py +++ b/pyramid/tests/test_integration.py @@ -119,7 +119,7 @@ class TestStaticAppBase(IntegrationBase): def test_range_multiple(self): res = self.testapp.get('/static/index.html', - [('HTTP_RANGE', 'bytes=10,11')], + [('HTTP_RANGE', 'bytes=10-11,11-12')], status=200) self._assertBody(res.body, os.path.join(here, 'fixtures/static/index.html')) -- cgit v1.2.3