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

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

Issue 249193003: Add Shill to ONC translation of IPConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 8 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_validator_unittest.cc
diff --git a/chromeos/network/onc/onc_validator_unittest.cc b/chromeos/network/onc/onc_validator_unittest.cc
index 4108d2f640a904c139b9af46de29e256aaec6a68..51f4109f0c927b6a5d2d834c248b6865d8bcb292 100644
--- a/chromeos/network/onc/onc_validator_unittest.cc
+++ b/chromeos/network/onc/onc_validator_unittest.cc
@@ -179,6 +179,9 @@ INSTANTIATE_TEST_CASE_P(
OncParams("ethernet_with_eap.onc",
&kNetworkConfigurationSignature,
true),
+ OncParams("translation_of_shill_ethernet_with_ipconfig.onc",
+ &kNetworkConfigurationSignature,
+ true),
OncParams("translation_of_shill_wifi_with_state.onc",
&kNetworkWithStateSignature,
false),
« no previous file with comments | « chromeos/network/onc/onc_translator_unittest.cc ('k') | chromeos/test/data/network/shill_ethernet_with_ipconfig.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698