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

Unified Diff: chrome/browser/download/download_uitest.cc

Issue 43046: Hopefully make DownloadTest.UnknownSize not-flaky. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 9 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/ui/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_uitest.cc
===================================================================
--- chrome/browser/download/download_uitest.cc (revision 11375)
+++ chrome/browser/download/download_uitest.cc (working copy)
@@ -228,8 +228,7 @@
// The test will first attempt to download a file; but the server will "pause"
// in the middle until the server receives a second request for
// "download-finish. At that time, the download will finish.
-// TODO(paul): Reenable, http://code.google.com/p/chromium/issues/detail?id=7191
-TEST_F(DownloadTest, DISABLED_UnknownSize) {
+TEST_F(DownloadTest, UnknownSize) {
std::wstring url(URLRequestSlowDownloadJob::kUnknownSizeUrl);
std::wstring filename = file_util::GetFilenameFromPath(url);
RunSizeTest(url, L"32.0 KB - " + filename, L"100% - " + filename);
« no previous file with comments | « no previous file | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698