From 3af08941db12e58b76361cda8cf313d529471b35 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Fri, 22 May 2009 01:33:12 +0000 Subject: Try to fix a )#%&*^)*(&%#%^ build break git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16693 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/importer/toolbar_importer_unittest.cc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/chrome/browser/importer/toolbar_importer_unittest.cc b/chrome/browser/importer/toolbar_importer_unittest.cc index 1964f5f..a76baa4 100644 --- a/chrome/browser/importer/toolbar_importer_unittest.cc +++ b/chrome/browser/importer/toolbar_importer_unittest.cc @@ -12,8 +12,8 @@ #include "chrome/common/libxml_utils.h" #include "googleurl/src/gurl.h" - -namespace toolbar_importer_unittest { +TEST(Toolbar5ImporterTest, DISABLED_BookmarkParse) { +#if 0 // Compile breaks if you remove this and leave the test disabled static const wchar_t* kTitle = L"MyTitle"; static const char* kUrl = "http://www.google.com/"; static const wchar_t* kFolder = L"Google"; @@ -304,13 +304,7 @@ static const char* kBadBookmarkNoLabels = " section_name My section 0 " " " " "; -} // namespace toolbar_importer_unittest -// The parsing tests for Toolbar5Importer use the string above. For a -// description of all the tests run please see the comments immediately before -// the string constants above. -TEST(Toolbar5ImporterTest, DISABLED_BookmarkParse) { -#if 0 // Compile breaks if you remove this and leave the test disabled XmlReader reader; std::string bookmark_xml; std::vector bookmarks; -- cgit v1.1