From c12e818d9867a58f76550b7997a8a380c661f612 Mon Sep 17 00:00:00 2001 From: "ojan@google.com" Date: Thu, 18 Dec 2008 02:36:34 +0000 Subject: This test seems to have started passing again. Review URL: http://codereview.chromium.org/14828 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7206 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui/inspector_controller_uitest.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chrome/test/ui/inspector_controller_uitest.cc b/chrome/test/ui/inspector_controller_uitest.cc index 885eb69..576e270 100644 --- a/chrome/test/ui/inspector_controller_uitest.cc +++ b/chrome/test/ui/inspector_controller_uitest.cc @@ -29,8 +29,7 @@ class InspectorControllerTest : public NoWindows2000Test { }; // This test also does not work in single process. See http://b/1214920 -// Disabled, see http://crbug.com/4655 -TEST_F(InspectorControllerTest, DISABLED_InspectElement) { +TEST_F(InspectorControllerTest, InspectElement) { if (IsTestCaseDisabled()) return; @@ -47,4 +46,3 @@ TEST_F(InspectorControllerTest, DISABLED_InspectElement) { NavigateTab(tab.get(), server.TestServerPageW(L"files/inspector/test2.html")); EXPECT_EQ(2, tab->InspectElement(0, 0)); } - -- cgit v1.1