| Index: chromeos/network/onc/onc_translator_unittest.cc
|
| diff --git a/chromeos/network/onc/onc_translator_unittest.cc b/chromeos/network/onc/onc_translator_unittest.cc
|
| index aa287eb5661be3e7fce93fb57888899d6711be4b..c3e6fb28e64f06ff21ed589ec73cc665fd020262 100644
|
| --- a/chromeos/network/onc/onc_translator_unittest.cc
|
| +++ b/chromeos/network/onc/onc_translator_unittest.cc
|
| @@ -56,8 +56,8 @@ INSTANTIATE_TEST_CASE_P(
|
| "shill_openvpn.json"),
|
| std::make_pair("openvpn_clientcert_with_cert_pems.onc",
|
| "shill_openvpn_clientcert.json"),
|
| - std::make_pair("cellular.onc",
|
| - "shill_cellular.json")));
|
| + std::make_pair("cellular.onc", "shill_cellular.json"),
|
| + std::make_pair("wimax.onc", "shill_wimax.json")));
|
|
|
| // First parameter: Filename of source Shill json.
|
| // Second parameter: Filename of expected translated ONC network part.
|
| @@ -107,7 +107,9 @@ INSTANTIATE_TEST_CASE_P(
|
| std::make_pair("shill_wifi_with_state.json",
|
| "translation_of_shill_wifi_with_state.onc"),
|
| std::make_pair("shill_cellular_with_state.json",
|
| - "translation_of_shill_cellular_with_state.onc")));
|
| + "translation_of_shill_cellular_with_state.onc"),
|
| + std::make_pair("shill_wimax_with_state.json",
|
| + "translation_of_shill_wimax_with_state.onc")));
|
|
|
| } // namespace onc
|
| } // namespace chromeos
|
|
|