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

Unified Diff: chrome/browser/cocoa/tab_controller_unittest.mm

Issue 178037: Make all of our unit tests be PlatformTests to get an autorelease pool.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 4 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
Index: chrome/browser/cocoa/tab_controller_unittest.mm
===================================================================
--- chrome/browser/cocoa/tab_controller_unittest.mm (revision 24882)
+++ chrome/browser/cocoa/tab_controller_unittest.mm (working copy)
@@ -151,7 +151,7 @@
// rewrite, we should move all that logic out into a separate controller which
// we can dependency-inject/mock so it has very simple click behavior for unit
// testing.
-TEST_F(TabControllerTest, UserSelection) {
+TEST_F(TabControllerTest, DISABLED_UserSelection) {
Mark Mentovai 2009/08/31 19:03:24 This too.
pink (ping after 24hrs) 2009/08/31 19:06:04 Done.
NSWindow* window = cocoa_helper_.window();
// Create a tab at a known location in the window that we can click on

Powered by Google App Engine
This is Rietveld 408576698