From a850b8bb21e63d0a5ed891c82a832556677f6220 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Wed, 10 Jun 2009 01:20:00 +0000 Subject: this test was supposed to be disabled git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18014 0039d316-1c4b-4281-b951-d872f2087c98 --- views/view_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/view_unittest.cc b/views/view_unittest.cc index 91f3149..5dfa688 100644 --- a/views/view_unittest.cc +++ b/views/view_unittest.cc @@ -601,7 +601,7 @@ TEST_F(ViewTest, HitTestMasks) { #if defined(OS_WIN) // Tests that the Textfield view respond appropiately to cut/copy/paste. -TEST_F(ViewTest, TextfieldCutCopyPaste) { +TEST_F(ViewTest, DISABLED_TextfieldCutCopyPaste) { const std::wstring kNormalText = L"Normal"; const std::wstring kReadOnlyText = L"Read only"; const std::wstring kPasswordText = L"Password! ** Secret stuff **"; -- cgit v1.1