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

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

Issue 3397003: Replace a data file used in download tests with a much smaller one. (Closed)
Patch Set: . Created 10 years, 3 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 | « chrome/test/data/downloads/dangerous/invalid-dummy.dmg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « chrome/test/data/downloads/dangerous/invalid-dummy.dmg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698