| Index: chrome/test/functional/downloads.py
|
| diff --git a/chrome/test/functional/downloads.py b/chrome/test/functional/downloads.py
|
| index f7517ebd5edfd8b07e708d029b6289d5e383f058..a4013ae67e811a4f5a682b2813eaa60bcfa092b0 100644
|
| --- a/chrome/test/functional/downloads.py
|
| +++ b/chrome/test/functional/downloads.py
|
| @@ -44,7 +44,7 @@ class DownloadsTest(pyauto.PyUITest):
|
| """Returns the file url for a dangerous download for this OS."""
|
| sub_path = os.path.join(self.DataDir(), 'downloads', 'dangerous')
|
| if self.IsMac():
|
| - return os.path.join(sub_path, 'dangerous.dmg')
|
| + return os.path.join(sub_path, 'invalid-dummy.dmg')
|
| return os.path.join(sub_path, 'dangerous.exe')
|
|
|
| def _EqualFileContents(self, file1, file2):
|
|
|