diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 18:19:52 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 18:19:52 +0000 |
commit | 45951d93586cc9f18677fee168b881e7ffe57122 (patch) | |
tree | 2f3b096e1a075890142030945c631394756719d6 | |
parent | 44204526eb0e866920d2a67f1d7350f330cc5d83 (diff) | |
download | chromium_src-45951d93586cc9f18677fee168b881e7ffe57122.zip chromium_src-45951d93586cc9f18677fee168b881e7ffe57122.tar.gz chromium_src-45951d93586cc9f18677fee168b881e7ffe57122.tar.bz2 |
Reverting 11642.
Reverting for now. Will try again later
Review URL: http://codereview.chromium.org/46046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11648 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/download/download_uitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc index a92fef2..941910a 100644 --- a/chrome/browser/download/download_uitest.cc +++ b/chrome/browser/download/download_uitest.cc @@ -151,7 +151,7 @@ class DownloadTest : public UITest { // Download a file with non-viewable content, verify that the // download tab opened and the file exists. -TEST_F(DownloadTest, DISABLED_DownloadMimeType) { +TEST_F(DownloadTest, DownloadMimeType) { wstring file = L"download-test1.lib"; wstring expected_title = L"100% - " + file; @@ -201,7 +201,7 @@ TEST_F(DownloadTest, NoDownload) { // Download a 0-size file with a content-disposition header, verify that the // download tab opened and the file exists as the filename specified in the // header. This also ensures we properly handle empty file downloads. -TEST_F(DownloadTest, DISABLED_ContentDisposition) { +TEST_F(DownloadTest, ContentDisposition) { wstring file = L"download-test3.gif"; wstring download_file = L"download-test3-attachment.gif"; wstring expected_title = L"100% - " + download_file; |