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

Unified Diff: chromeos/test/data/network/toplevel_partially_invalid.onc

Issue 16946002: Resolve certificate references in ONC by PEM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a unit test for the resolve function. Created 7 years, 6 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/test/data/network/toplevel_partially_invalid.onc
diff --git a/chromeos/test/data/network/toplevel_partially_invalid.onc b/chromeos/test/data/network/toplevel_partially_invalid.onc
index bdfd80efe5ca27cce3c9df255bc10e14424c3342..f0b09d21391bf8b51e753b3cb09374a6e57fae1d 100644
--- a/chromeos/test/data/network/toplevel_partially_invalid.onc
+++ b/chromeos/test/data/network/toplevel_partially_invalid.onc
@@ -18,7 +18,7 @@
"Recommended": [ "Username", "Password", "UNKNOWN_FIELD" ],
"ClientCertType": "Pattern",
"ClientCertPattern": {
- "IssuerCARef": [ "openvpn-test-ca" ],
+ "IssuerCARef": [ "test-ca" ],
"Recommended": [ "EnrollmentURI", "IssuerCARef" ]
}
},

Powered by Google App Engine
This is Rietveld 408576698