summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 01:33:12 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 01:33:12 +0000
commit3af08941db12e58b76361cda8cf313d529471b35 (patch)
tree6c0f9d8c1046d83ea182b17a818bf3c11e44196c /chrome/browser/importer
parent41fbf097c8e01c4971de118eb8fb791b9abaa6eb (diff)
downloadchromium_src-3af08941db12e58b76361cda8cf313d529471b35.zip
chromium_src-3af08941db12e58b76361cda8cf313d529471b35.tar.gz
chromium_src-3af08941db12e58b76361cda8cf313d529471b35.tar.bz2
Try to fix a )#%&*^)*(&%#%^ build break
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer')
-rw-r--r--chrome/browser/importer/toolbar_importer_unittest.cc10
1 files 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 =
"<attribute> <name>section_name</name> <value>My section 0 "
"</value> </attribute> </attributes> "
"</bookmark> </bookmarks>";
-} // 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<ProfileWriter::BookmarkEntry> bookmarks;