From b5c281031b6f858737652736dddcdbc3616b4534 Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Mon, 9 Nov 2009 21:40:42 +0000 Subject: Tentatively reenabling tests now that I fixed a test running before this one that was doing a Ctrl-Esc instead of Esc, bringing up the Windows start menu. Not sure why it would cause the tests to fail on the bot, probably an activation issue (that I cannot repro locally). BUG=26996 TEST=Make sure the interactive UI tests stay green on the Window build bot. Review URL: http://codereview.chromium.org/379009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31479 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/bookmark_bar_view_test.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/chrome/browser/views/bookmark_bar_view_test.cc b/chrome/browser/views/bookmark_bar_view_test.cc index 8fb2bda..cbf0808 100644 --- a/chrome/browser/views/bookmark_bar_view_test.cc +++ b/chrome/browser/views/bookmark_bar_view_test.cc @@ -231,9 +231,7 @@ class BookmarkBarViewTest1 : public BookmarkBarViewEventTestBase { } }; -// TODO(jcampan): http://crbug.com/26996 temporarily disabled because failing -// since we move to running the process -VIEW_TEST(BookmarkBarViewTest1, DISABLED_Basic) +VIEW_TEST(BookmarkBarViewTest1, Basic) // Brings up menu, clicks on empty space and make sure menu hides. class BookmarkBarViewTest2 : public BookmarkBarViewEventTestBase { @@ -280,9 +278,7 @@ class BookmarkBarViewTest2 : public BookmarkBarViewEventTestBase { } }; -// TODO(jcampan): http://crbug.com/26996 temporarily disabled because failing -// since we move to running the process -VIEW_TEST(BookmarkBarViewTest2, DISABLED_HideOnDesktopClick) +VIEW_TEST(BookmarkBarViewTest2, HideOnDesktopClick) // Brings up menu. Moves over child to make sure submenu appears, moves over // another child and make sure next menu appears. -- cgit v1.1