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

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

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: Clang format Created 3 years, 7 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_validator.cc » ('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 db48733d117dd72814d2d30613285c958b26b143..fea3e094218972509ef5065f4c87336a6439b0ae 100644
--- a/chromeos/network/onc/onc_translator_unittest.cc
+++ b/chromeos/network/onc/onc_translator_unittest.cc
@@ -56,6 +56,7 @@ INSTANTIATE_TEST_CASE_P(
std::make_pair("valid_wifi_clientref.onc", "shill_wifi_clientref.json"),
std::make_pair("valid_l2tpipsec.onc", "shill_l2tpipsec.json"),
std::make_pair("wifi_dhcp.onc", "shill_wifi_dhcp.json"),
+ std::make_pair("wifi_eap_tls.onc", "shill_wifi_eap_tls.json"),
std::make_pair("wifi_eap_ttls.onc", "shill_wifi_eap_ttls.json"),
std::make_pair("wifi_proxy.onc", "shill_wifi_proxy.json"),
std::make_pair("wifi_proxy_pac.onc", "shill_wifi_proxy_pac.json"),
@@ -121,6 +122,8 @@ INSTANTIATE_TEST_CASE_P(
std::make_pair("shill_tether.json", "tether.onc"),
std::make_pair("shill_wifi_with_state.json",
"translation_of_shill_wifi_with_state.onc"),
+ std::make_pair("shill_wifi_eap_tls.json",
+ "translation_of_shill_wifi_eap_tls.onc"),
std::make_pair("shill_wifi_eap_ttls.json",
"translation_of_shill_wifi_eap_ttls.onc"),
std::make_pair("shill_wifi_proxy.json",
« no previous file with comments | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | chromeos/network/onc/onc_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698