summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-21 20:31:35 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-21 20:31:35 +0000
commitabd0b9a1898e9f0aa5581596c968a46be00d3e7a (patch)
treef409593a28858fd925d2bc9de0298fdc1d70ee03 /chrome/test/functional
parent403b4053ba97a92194f0a76d0f105bca3313bb11 (diff)
downloadchromium_src-abd0b9a1898e9f0aa5581596c968a46be00d3e7a.zip
chromium_src-abd0b9a1898e9f0aa5581596c968a46be00d3e7a.tar.gz
chromium_src-abd0b9a1898e9f0aa5581596c968a46be00d3e7a.tar.bz2
Change URL in a test to one that doesn't redirect so that the test passes again.
Review URL: http://codereview.chromium.org/2806017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
-rw-r--r--chrome/test/functional/prefs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/prefs.py b/chrome/test/functional/prefs.py
index 39e00a4..c49a197 100644
--- a/chrome/test/functional/prefs.py
+++ b/chrome/test/functional/prefs.py
@@ -49,7 +49,7 @@ class PrefsTest(pyauto.PyUITest):
"""Verify navigation state is preserved on session restore."""
urls = ('http://www.google.com/',
'http://news.google.com/',
- 'http://www.google.com/chrome',)
+ 'http://dev.chromium.org/',)
for url in urls:
self.NavigateToURL(url)
tab = self.GetBrowserWindow(0).GetTab(0)