diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-22 20:36:53 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-22 20:36:53 +0000 |
commit | b0cae283d4c1450b3f8450d7868e5bf4d541a957 (patch) | |
tree | 16ee1dc8740e1bf4b93a98e826b689762f8e2b15 /chrome/test/data/downloads | |
parent | 4e109b3281c3900f82383daf98a0e3a9b0a4f00b (diff) | |
download | chromium_src-b0cae283d4c1450b3f8450d7868e5bf4d541a957.zip chromium_src-b0cae283d4c1450b3f8450d7868e5bf4d541a957.tar.gz chromium_src-b0cae283d4c1450b3f8450d7868e5bf4d541a957.tar.bz2 |
Fix downloads.DownloadsTest.testCrazyFilenames to use crazy filenames but
don't checkin the files. Instead create the files on the fly.
Also back out 2 tests (testDownloadInIncognito, testfileRenamingWithIncognito) which unintentionally got checked in yesterday.
Review URL: http://codereview.chromium.org/1702003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/downloads')
-rw-r--r-- | chrome/test/data/downloads/crazy_filenames.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/test/data/downloads/crazy_filenames.txt b/chrome/test/data/downloads/crazy_filenames.txt new file mode 100644 index 0000000..31c1a90 --- /dev/null +++ b/chrome/test/data/downloads/crazy_filenames.txt @@ -0,0 +1,16 @@ +# List of crazy filenames. +# Filenames contain i18n chars, special chars. +# These files are created on-the-fly instead of checking-in because i18n +# chars in filenames causes svn problems on win. +# Used by: chrome/test/functional/downloads.py + +[ + '截至15日下午16时30分.rtf', + 'супруги Мишель.rtf', + 'Цинхай достигло 760-540.rtf', + 'tini(玉树强震已致760人遇难).rtf', + 'jiho....tiho...miho.rtf', + 'jiho!@#$tiho$%^&-()_+=miho copy.rtf', + 'Wohoo-to hoo+I.rtf', + 'Picture 1.doc', +] |