From b0cae283d4c1450b3f8450d7868e5bf4d541a957 Mon Sep 17 00:00:00 2001 From: "nirnimesh@chromium.org" Date: Thu, 22 Apr 2010 20:36:53 +0000 Subject: 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 --- chrome/test/data/downloads/crazy_filenames.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 chrome/test/data/downloads/crazy_filenames.txt (limited to 'chrome/test/data/downloads') 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', +] -- cgit v1.1