diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 01:22:35 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 01:22:35 +0000 |
commit | d77232f96be7900e1e7230d145c06bb9e5ed7e44 (patch) | |
tree | 8a2cc133394685884244a992c0a9ab91ad03e1a8 | |
parent | efd951e360fad919bca4c6a3f49bc21caad731a5 (diff) | |
download | chromium_src-d77232f96be7900e1e7230d145c06bb9e5ed7e44.zip chromium_src-d77232f96be7900e1e7230d145c06bb9e5ed7e44.tar.gz chromium_src-d77232f96be7900e1e7230d145c06bb9e5ed7e44.tar.bz2 |
Try to fix compile bustage by brute force
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16691 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/importer/toolbar_importer_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/importer/toolbar_importer_unittest.cc b/chrome/browser/importer/toolbar_importer_unittest.cc index ab64b6d..1964f5f 100644 --- a/chrome/browser/importer/toolbar_importer_unittest.cc +++ b/chrome/browser/importer/toolbar_importer_unittest.cc @@ -310,6 +310,7 @@ static const char* kBadBookmarkNoLabels = // 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<ProfileWriter::BookmarkEntry> bookmarks; @@ -470,4 +471,5 @@ TEST(Toolbar5ImporterTest, DISABLED_BookmarkParse) { EXPECT_TRUE(reader13.Load(bookmark_xml)); EXPECT_FALSE(Toolbar5Importer::ParseBookmarksFromReader(&reader13, &bookmarks)); +#endif } |