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

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

Issue 11664005: Extending the translation from ONC to Shill. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased. Created 7 years, 11 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 | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | chromeos/network/onc/onc_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 da9e658cd503b6bd82c86c24eb8404f91078a323..2a256e2effa6c901ca3ae0049e16536d48584f59 100644
--- a/chromeos/network/onc/onc_translator_unittest.cc
+++ b/chromeos/network/onc/onc_translator_unittest.cc
@@ -42,8 +42,17 @@ INSTANTIATE_TEST_CASE_P(
ONCTranslatorOncToShillTest,
::testing::Values(
std::make_pair("managed_ethernet.onc", "shill_ethernet.json"),
+ std::make_pair("valid_wifi_psk.onc", "shill_wifi_psk.json"),
+ std::make_pair("valid_wifi_clientcert.onc",
+ "shill_wifi_clientcert.json"),
+ std::make_pair("valid_wifi_clientref.onc",
+ "shill_wifi_clientref.json"),
std::make_pair("valid_l2tpipsec.onc", "shill_l2tpipsec.json"),
- std::make_pair("valid_openvpn.onc", "shill_openvpn.json")));
+ std::make_pair("valid_l2tpipsec_clientcert.onc",
+ "shill_l2tpipsec_clientcert.json"),
+ std::make_pair("valid_openvpn.onc", "shill_openvpn.json"),
+ std::make_pair("valid_openvpn_clientcert.onc",
+ "shill_openvpn_clientcert.json")));
// Test the translation from Shill json to ONC.
//
« no previous file with comments | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | chromeos/network/onc/onc_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698