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

Unified Diff: chrome/browser/web_resource/web_resource_service_unittest.cc

Issue 5559007: Fix ResourceServiceTest_UnpackPromoSignal_Test (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: This CL also activates the test again Created 10 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_resource/web_resource_service_unittest.cc
diff --git a/chrome/browser/web_resource/web_resource_service_unittest.cc b/chrome/browser/web_resource/web_resource_service_unittest.cc
index 67702a1fea572e567cfb1d65ba99fdced111b871..2211bb41854500d193f6ceae1c5b3ff1e092b96f 100644
--- a/chrome/browser/web_resource/web_resource_service_unittest.cc
+++ b/chrome/browser/web_resource/web_resource_service_unittest.cc
@@ -94,8 +94,7 @@ TEST_F(WebResourceServiceTest, UnpackLogoSignal) {
ASSERT_EQ(logo_end, 0); // date value reset to 0;
}
-// Crashing. See http://crbug.com/65462.
-TEST_F(WebResourceServiceTest, DISABLED_UnpackPromoSignal) {
+TEST_F(WebResourceServiceTest, UnpackPromoSignal) {
// Set up a testing profile and create a web resource service.
TestingProfile profile;
scoped_refptr<WebResourceService> web_resource_service(
@@ -121,6 +120,9 @@ TEST_F(WebResourceServiceTest, DISABLED_UnpackPromoSignal) {
scoped_ptr<DictionaryValue> test_json(static_cast<DictionaryValue*>(
base::JSONReader::Read(json, false)));
+ // Initialize a message loop for this to run on.
+ MessageLoop loop;
+
// Check that prefs are set correctly.
web_resource_service->UnpackPromoSignal(*(test_json.get()));
double promo_start =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698