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

Unified Diff: chromeos/network/onc/onc_translator_unittest.cc

Issue 22837002: Fix error in Shill to ONC translation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: 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 9a6efc6ad34f3196d7bbf52946ba833e18d975cc..ef53fffd1bfe2614eaeaf4503a312f274d7d50d5 100644
--- a/chromeos/network/onc/onc_translator_unittest.cc
+++ b/chromeos/network/onc/onc_translator_unittest.cc
@@ -85,14 +85,16 @@ INSTANTIATE_TEST_CASE_P(
ONCTranslatorShillToOncTest,
ONCTranslatorShillToOncTest,
::testing::Values(
- std::make_pair("shill_l2tpipsec.json",
- "translation_of_shill_l2tpipsec.onc"),
- std::make_pair("shill_openvpn.json",
- "translation_of_shill_openvpn.onc"),
- std::make_pair("shill_openvpn_with_errors.json",
- "translation_of_shill_openvpn_with_errors.onc"),
- std::make_pair("shill_wifi_with_state.json",
- "translation_of_shill_wifi_with_state.onc")));
+ std::make_pair("shill_wifi_clientcert.json",
+ "translation_of_shill_wifi_clientcert.onc"),
+ std::make_pair("shill_l2tpipsec.json",
+ "translation_of_shill_l2tpipsec.onc"),
+ std::make_pair("shill_openvpn.json",
+ "translation_of_shill_openvpn.onc"),
+ std::make_pair("shill_openvpn_with_errors.json",
+ "translation_of_shill_openvpn_with_errors.onc"),
+ std::make_pair("shill_wifi_with_state.json",
+ "translation_of_shill_wifi_with_state.onc")));
} // namespace onc
} // namespace chromeos
« no previous file with comments | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | chromeos/test/data/network/translation_of_shill_openvpn.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698