Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: chrome/browser/importer/importer_unittest.cc

Issue 100148: Undisable the temporarily disabled test (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/importer_unittest.cc
===================================================================
--- chrome/browser/importer/importer_unittest.cc (revision 14815)
+++ chrome/browser/importer/importer_unittest.cc (working copy)
@@ -423,7 +423,7 @@
"http://domain/"},
{false, 0, {},
L"<Name>",
- "http://domain.com/q?a=\"er\"&b=%3C%20%20%3E"},
+ "http://domain.com/q?a=%22er%22&b=%3C%20%20%3E"},
{false, 0, {},
L"Google Home Page",
"http://www.google.com/"},
@@ -598,8 +598,7 @@
std::wstring default_keyword_url_;
};
-// http://crbug.com/11142
-TEST_F(ImporterTest, DISABLED_Firefox2Importer) {
+TEST_F(ImporterTest, Firefox2Importer) {
std::wstring data_path;
ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &data_path));
file_util::AppendToPath(&data_path, L"firefox2_profile\\*");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698