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

Unified Diff: chrome/browser/webdata/web_database_migration_unittest.cc

Issue 7645038: Autofill: Check for different string sizes when comparing for equality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use StringToLowerASCII. Created 9 years, 4 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
Index: chrome/browser/webdata/web_database_migration_unittest.cc
diff --git a/chrome/browser/webdata/web_database_migration_unittest.cc b/chrome/browser/webdata/web_database_migration_unittest.cc
index a1423401ea056f5156a7c8c428449b5533e55944..7acf56efe10c234a3163a75764bf85e1081e5655 100644
--- a/chrome/browser/webdata/web_database_migration_unittest.cc
+++ b/chrome/browser/webdata/web_database_migration_unittest.cc
@@ -909,16 +909,9 @@ TEST_F(WebDatabaseMigrationTest, MigrateVersion31ToCurrent) {
}
}
-// Crashes on Win. http://crbug.com/92937
-#if defined(OS_WIN)
-#define MAYBE_MigrateVersion32ToCurrent DISABLED_MigrateVersion32ToCurrent
-#else
-#define MAYBE_MigrateVersion32ToCurrent MigrateVersion32ToCurrent
-#endif // defined(OS_WIN)
-
// Factor |autofill_profiles| address information separately from name, email,
// and phone.
-TEST_F(WebDatabaseMigrationTest, MAYBE_MigrateVersion32ToCurrent) {
+TEST_F(WebDatabaseMigrationTest, MigrateVersion32ToCurrent) {
// Initialize the database.
ASSERT_NO_FATAL_FAILURE(LoadDatabase(FILE_PATH_LITERAL("version_32.sql")));
« chrome/browser/autofill/autofill_profile.cc ('K') | « chrome/browser/autofill/autofill_profile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698