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

Unified Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

Issue 14192017: Extract certificate policy application from NetworkLibrary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 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/test/data/network/invalid_settings_with_repairs.json
diff --git a/chromeos/test/data/network/invalid_settings_with_repairs.json b/chromeos/test/data/network/invalid_settings_with_repairs.json
index 1e03c6f1bd448323cb03999e3d953591552adc1c..34c9ce195925cb2de9c26c032a14c51a8d8db21c 100644
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
@@ -271,5 +271,52 @@
{ "GUID": "3",
"PKCS12": "abc" ,
"Type": "Client" } ]
+ },
+ "toplevel-with-repaired-networks": {
+ "NetworkConfigurations":
+ [ { "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
+ "Type": "WiFi",
+ "Name": "My WiFi Network",
+ "WiFi": {
+ "SSID": "ssid-none",
+ "Security": "None" }
+ },
+ { "GUID": "{485d6076-dd44-6b6d-69787465725f5046}",
+ "Type": "WiFi",
+ "Name": "My WiFi Network2",
+ "WiFi": {
+ "Passphrase": "12345678",
+ "SSID": "ssid-wpa",
+ "Security": "WPA-PSK" }
+ }
+ ],
+ "Certificates": [],
+ "Type": "UnencryptedConfiguration",
+ },
+ "toplevel-with-repairable-networks": {
+ "NetworkConfigurations":
+ [ { "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
+ "Type": "WiFi",
+ "Name": "My WiFi Network",
+ "UnknownField1": "Value1",
+ "UnknownField2": {
+ "UnknownSubField": "Value2" },
+ "WiFi": {
+ "SSID": "ssid-none",
+ "Security": "None" }
+ },
+ { "GUID": "{485d6076-dd44-6b6d-69787465725f5046}",
+ "Type": "WiFi",
+ "Name": "My WiFi Network2",
+ "WiFi": {
+ "Passphrase": "12345678",
+ "SSID": "ssid-wpa",
+ "UnknownField1": "Value1",
+ "Security": "WPA-PSK" }
+ }
+ ],
+ "Certificates": [],
+ "Type": "UnencryptedConfiguration",
+ "UnknownField3": [],
}
}
« no previous file with comments | « chromeos/network/onc/onc_validator_unittest.cc ('k') | chromeos/test/data/network/repaired_toplevel_partially_invalid.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698