| Index: chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc
|
| index bfab9eaeaaec83429b97ae4dda2a01c3d9a14690..a9e0bd656ac5b00ea066a4d9f546c6521980d8ca 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc
|
| @@ -74,14 +74,5 @@ TEST(AutofillDialogI18nInput, IvoryCoastNoStreetLine2) {
|
| EXPECT_EQ("fr", language_code);
|
| }
|
|
|
| -TEST(AutofillDialogI18nInput, FullySupportedCountries) {
|
| - const std::vector<std::string>& regions =
|
| - ::i18n::addressinput::GetRegionCodes();
|
| - for (size_t i = 0; i < regions.size(); ++i) {
|
| - bool should_be_supported = !(regions[i] == "KR" || regions[i] == "CN");
|
| - EXPECT_EQ(should_be_supported, CountryIsFullySupported(regions[i]));
|
| - }
|
| -}
|
| -
|
| } // namespace i18ninput
|
| } // namespace autofill
|
|
|