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

Unified Diff: components/autofill/core/browser/autofill_country_unittest.cc

Issue 2326013002: Country code XK also doesn't have a country name on JB (Closed)
Patch Set: Created 4 years, 3 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: components/autofill/core/browser/autofill_country_unittest.cc
diff --git a/components/autofill/core/browser/autofill_country_unittest.cc b/components/autofill/core/browser/autofill_country_unittest.cc
index bfdb4bb40dc581a59b4563381e9a4ddb40b218a8..d6b3cfc0b6090d0e4ee735cb287523c853dd8a4e 100644
--- a/components/autofill/core/browser/autofill_country_unittest.cc
+++ b/components/autofill/core/browser/autofill_country_unittest.cc
@@ -60,6 +60,7 @@ TEST(AutofillCountryTest, AllCountryCodesHaveCountryName) {
base::android::SDK_VERSION_KITKAT) {
expected_failures.insert("BQ");
expected_failures.insert("SS");
+ expected_failures.insert("XK");
}
#endif
const std::vector<std::string>& country_codes =
« 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