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

Unified Diff: chrome/test/functional/history.py

Issue 1789009: Fix data dir name for testRedirectHistory on linux (Closed)
Patch Set: Created 10 years, 8 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: chrome/test/functional/history.py
diff --git a/chrome/test/functional/history.py b/chrome/test/functional/history.py
index c7b23cc54c4208f282be8c8a5eae1bda7e73fe7f..992e2e50cffe7726131e749b61e336bc132f95bf 100644
--- a/chrome/test/functional/history.py
+++ b/chrome/test/functional/history.py
@@ -159,7 +159,7 @@ class HistoryTest(pyauto.PyUITest):
def testRedirectHistory(self):
"""HTTP meta-refresh redirects should have separate history entries."""
assert not self.GetHistoryInfo().History(), 'Expecting clean history.'
- test_dir = os.path.join(os.path.abspath(self.DataDir()), 'history')
+ test_dir = os.path.join(os.path.abspath(self.DataDir()), 'History')
file_url = self.GetFileURLForPath(os.path.join(test_dir, 'redirector.html'))
landing_url = self.GetFileURLForPath(os.path.join(test_dir, 'landing.html'))
tab = self.GetBrowserWindow(0).GetTab(0)
« 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