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

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

Issue 10823419: Fix chromeos_file_browser.ChromeosFileBrowserTest.testOpenMediaFiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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 | chrome/test/functional/test_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/chromeos_file_browser.py
diff --git a/chrome/test/functional/chromeos_file_browser.py b/chrome/test/functional/chromeos_file_browser.py
index ff829305c44a405ee134bdc2f1abfb1a8278e6ef..79faddc3a47723c8aabc37d986cec5e3ab8068b1 100755
--- a/chrome/test/functional/chromeos_file_browser.py
+++ b/chrome/test/functional/chromeos_file_browser.py
@@ -78,7 +78,8 @@ class ChromeosFileBrowserTest(pyauto.PyUITest):
# .mov and .3gp only work in the Media Player. Once these format are
# supported on ChromeOS, include them in the test.
for fname in media_files:
- test_utils.CopyFileFromDataDirToDownloadDir(self, 'media/' + fname)
+ test_utils.CopyFileFromContentDataDirToDownloadDir(self,
+ 'media/' + fname)
for fname in private_media_files:
test_utils.CopyFileFromDataDirToDownloadDir(self, 'pyauto_private/media/' +\
fname)
« no previous file with comments | « no previous file | chrome/test/functional/test_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698