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

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

Issue 2828713002: Enable client certificate patterns in device ONC policy (Closed)
Patch Set: Rebase. Created 3 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 92b3c879e7de449d62010603efa5991a5430729a..4102a0ccb3f3f14dc941dec08adfd9e3c554447d 100644
--- a/chromeos/network/onc/onc_validator_unittest.cc
+++ b/chromeos/network/onc/onc_validator_unittest.cc
@@ -544,11 +544,6 @@ INSTANTIATE_TEST_CASE_P(
&kNetworkConfigurationSignature,
true),
ExpectBothNotValid("", "")),
- std::make_pair(OncParams("network-with-client-cert-pattern",
- &kNetworkConfigurationSignature,
- true,
- ::onc::ONC_SOURCE_DEVICE_POLICY),
- ExpectBothNotValid("", "")),
std::make_pair(OncParams("openvpn-invalid-verify-x509-type",
&kNetworkConfigurationSignature,
false),

Powered by Google App Engine
This is Rietveld 408576698