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

Unified Diff: base/waitable_event_watcher_unittest.cc

Issue 18290: Windows scons fix: forgot to rename some tests (Closed)
Patch Set: Created 11 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/waitable_event_watcher_unittest.cc
diff --git a/base/waitable_event_watcher_unittest.cc b/base/waitable_event_watcher_unittest.cc
index 7c6a434f0d09d6f3ed732d38cf27aa4a635a7582..b0596390b9847313cf6c68865b6f4788cc3eb521 100644
--- a/base/waitable_event_watcher_unittest.cc
+++ b/base/waitable_event_watcher_unittest.cc
@@ -111,25 +111,25 @@ void RunTest_OutlivesMessageLoop(MessageLoop::Type message_loop_type) {
//-----------------------------------------------------------------------------
-TEST(ObjectWatcherTest, BasicSignal) {
+TEST(WaitableEventWatcherTest, BasicSignal) {
RunTest_BasicSignal(MessageLoop::TYPE_DEFAULT);
RunTest_BasicSignal(MessageLoop::TYPE_IO);
RunTest_BasicSignal(MessageLoop::TYPE_UI);
}
-TEST(ObjectWatcherTest, BasicCancel) {
+TEST(WaitableEventWatcherTest, BasicCancel) {
RunTest_BasicCancel(MessageLoop::TYPE_DEFAULT);
RunTest_BasicCancel(MessageLoop::TYPE_IO);
RunTest_BasicCancel(MessageLoop::TYPE_UI);
}
-TEST(ObjectWatcherTest, CancelAfterSet) {
+TEST(WaitableEventWatcherTest, CancelAfterSet) {
RunTest_CancelAfterSet(MessageLoop::TYPE_DEFAULT);
RunTest_CancelAfterSet(MessageLoop::TYPE_IO);
RunTest_CancelAfterSet(MessageLoop::TYPE_UI);
}
-TEST(ObjectWatcherTest, OutlivesMessageLoop) {
+TEST(WaitableEventWatcherTest, OutlivesMessageLoop) {
RunTest_OutlivesMessageLoop(MessageLoop::TYPE_DEFAULT);
RunTest_OutlivesMessageLoop(MessageLoop::TYPE_IO);
RunTest_OutlivesMessageLoop(MessageLoop::TYPE_UI);
« 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