| Index: chrome/common/extensions/docs/server2/integration_test.py
|
| diff --git a/chrome/common/extensions/docs/server2/integration_test.py b/chrome/common/extensions/docs/server2/integration_test.py
|
| index 2ed80f33d1c1558614e6fcf458555314987abba8..57d159d24e8e280f161549612cfd4ffe315dcb06 100755
|
| --- a/chrome/common/extensions/docs/server2/integration_test.py
|
| +++ b/chrome/common/extensions/docs/server2/integration_test.py
|
| @@ -74,7 +74,7 @@ class IntegrationTest(unittest.TestCase):
|
| # that render large files. At least it'll catch zero-length responses.
|
| self.assertTrue(len(response.content) >= len(content),
|
| 'Content was "%s" when rendering %s' % (response.content, path))
|
| - check_result(Handler(Request.ForTest(path)).Get())
|
| + check_result(LocalRenderer.Render(path))
|
| # Samples are internationalized, test some locales.
|
| if path.endswith('/samples.html'):
|
| for lang in ['en-US', 'es', 'ar']:
|
|
|