diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 20:38:33 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 20:38:33 +0000 |
commit | 7e920a366d0e24f17fd10063ea18dbe71eb9d914 (patch) | |
tree | 4dd50c80f168d12679de1535a34f31cd19327e27 /chrome/browser/download/download_uitest.cc | |
parent | d807bf963f1960566263b20de2997bd74ebca1a6 (diff) | |
download | chromium_src-7e920a366d0e24f17fd10063ea18dbe71eb9d914.zip chromium_src-7e920a366d0e24f17fd10063ea18dbe71eb9d914.tar.gz chromium_src-7e920a366d0e24f17fd10063ea18dbe71eb9d914.tar.bz2 |
Enable more tests, change a NOTREACHED to a bug since it's not fatal in the download code. Get other tests compiling even if disabled. Mark why tests are failing in gyp file.
Review URL: http://codereview.chromium.org/92033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_uitest.cc')
-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 5310252..18eaed2 100644 --- a/chrome/browser/download/download_uitest.cc +++ b/chrome/browser/download/download_uitest.cc @@ -154,8 +154,6 @@ class DownloadTest : public UITest { FilePath download_prefix_; }; -} // namespace - // Download a file with non-viewable content, verify that the // download tab opened and the file exists. TEST_F(DownloadTest, DownloadMimeType) { @@ -250,3 +248,5 @@ TEST_F(DownloadTest, DISABLED_KnownSize) { RunSizeTest(url, L"71% - " + filename.ToWStringHack(), L"100% - " + filename.ToWStringHack()); } + +} // namespace |