From 5c22958a27f510c5c8f88f77a5769fef971070e3 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Wed, 27 May 2009 08:38:33 +0000 Subject: Re-enable SystemMonitor.* in base_unittests. It was disabled in http://src.chromium.org/viewvc/chrome?view=rev&revision=16308 The root cause of crash has been fixed (see linked bug). TEST=none http://crbug.com/12187 Review URL: http://codereview.chromium.org/115782 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16977 0039d316-1c4b-4281-b951-d872f2087c98 --- base/system_monitor_unittest.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'base') diff --git a/base/system_monitor_unittest.cc b/base/system_monitor_unittest.cc index 37eb1f5..0ca8d61 100644 --- a/base/system_monitor_unittest.cc +++ b/base/system_monitor_unittest.cc @@ -31,8 +31,7 @@ class PowerTest : public base::SystemMonitor::PowerObserver { int resumes_; // Count of OnResume notifications. }; -// Disabled as a temporary workaround for http://crbug.com/12187 -TEST(SystemMonitor, DISABLED_PowerNotifications) { +TEST(SystemMonitor, PowerNotifications) { const int kObservers = 5; // Initialize a message loop for this to run on. -- cgit v1.1