From abd0b9a1898e9f0aa5581596c968a46be00d3e7a Mon Sep 17 00:00:00 2001 From: "nirnimesh@chromium.org" Date: Mon, 21 Jun 2010 20:31:35 +0000 Subject: 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 --- chrome/test/functional/prefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/functional') 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) -- cgit v1.1