| 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)
|
|
|