Chris McDonough
2011-09-07 9bd24900619a78578685d617ebcf3d0a4dcb8f4b
legalize header
1 files modified
2 ■■■ changed files
pyramid/tests/test_integration.py 2 ●●● patch | view | raw | blame | history
pyramid/tests/test_integration.py
@@ -119,7 +119,7 @@
    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'))