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

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

Issue 578823003: Add Wimax to ONC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uploaded missing test files. Reverted network_state_handler change. Created 6 years, 3 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 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

Powered by Google App Engine
This is Rietveld 408576698