Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/lo_fi.py

Issue 2325843002: Use an uncacheable page for the Lo-Fi integration test (Closed)
Patch Set: add comment Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/lo_fi.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/lo_fi.py b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/lo_fi.py
index ab154b7ff5e0f3bc1044059bf62530d1eb33dcd6..456d219bbea81673bc418ef27480d1670d96f063 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/lo_fi.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/lo_fi.py
@@ -10,6 +10,8 @@ class LoFiPage(page_module.Page):
"""
A test page for the chrome proxy Lo-Fi tests.
Checks that the compressed image is below a certain threshold.
+ The test page is uncacheable otherwise a cached page may be served that
+ doesn't have the correct via headers.
"""
def __init__(self, url, page_set):
@@ -23,7 +25,7 @@ class LoFiStorySet(story.StorySet):
super(LoFiStorySet, self).__init__()
urls_list = [
- 'http://check.googlezip.net/cacheable/test.html',
+ 'http://check.googlezip.net/static/index.html',
]
for url in urls_list:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698