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

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

Issue 540333002: ONC: Fix Static-/Saved-/IPConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another unit test. 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
« no previous file with comments | « chromeos/network/onc/onc_validator.cc ('k') | chromeos/test/data/network/augmented_merge.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 95947131cb65ee4563ed856434998972a77bcf98..d404e8c37bc5e205ec5e1b30efa821d6843f90a0 100644
--- a/chromeos/network/onc/onc_validator_unittest.cc
+++ b/chromeos/network/onc/onc_validator_unittest.cc
@@ -186,7 +186,7 @@ INSTANTIATE_TEST_CASE_P(
&kNetworkConfigurationSignature,
true),
OncParams("translation_of_shill_ethernet_with_ipconfig.onc",
- &kNetworkConfigurationSignature,
+ &kNetworkWithStateSignature,
true),
OncParams("translation_of_shill_wifi_with_state.onc",
&kNetworkWithStateSignature,
@@ -319,6 +319,10 @@ INSTANTIATE_TEST_CASE_P(
&kNetworkConfigurationSignature,
false),
RepairParams("", "network-nested-state-field-repaired")),
+ std::make_pair(OncParams("network-with-ipconfigs",
+ &kNetworkConfigurationSignature,
+ false),
+ RepairParams("", "network-repaired")),
std::make_pair(OncParams("openvpn-missing-verify-x509-name",
&kNetworkConfigurationSignature, false),
RepairParams("", "openvpn-missing-verify-x509-name")),
« no previous file with comments | « chromeos/network/onc/onc_validator.cc ('k') | chromeos/test/data/network/augmented_merge.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698