diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-06 21:14:52 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-06 21:14:52 -0400 |
| commit | 9bd24900619a78578685d617ebcf3d0a4dcb8f4b (patch) | |
| tree | 757a49eae7c03888f65883ce41c9807f2ef8e3a7 | |
| parent | 1455baef486d063432d326ff8fc0f37509813179 (diff) | |
| download | pyramid-9bd24900619a78578685d617ebcf3d0a4dcb8f4b.tar.gz pyramid-9bd24900619a78578685d617ebcf3d0a4dcb8f4b.tar.bz2 pyramid-9bd24900619a78578685d617ebcf3d0a4dcb8f4b.zip | |
legalize header
| -rw-r--r-- | pyramid/tests/test_integration.py | 2 |
1 files changed, 1 insertions, 1 deletions
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')) |
