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/test/data/network/settings_with_normalization.json

Issue 759663004: ONC: add support for non-utf-8 SSIDs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed issues Created 6 years, 1 month 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/settings_with_normalization.json
diff --git a/chromeos/test/data/network/settings_with_normalization.json b/chromeos/test/data/network/settings_with_normalization.json
index 08a78a43085b12cec27d3b30fd4742966ba2da0a..7038e5961db0b974c6b01305f49fe5011dbf6712 100644
--- a/chromeos/test/data/network/settings_with_normalization.json
+++ b/chromeos/test/data/network/settings_with_normalization.json
@@ -30,4 +30,24 @@
"Authentication": "None"
}
},
+ "wifi": {
+ "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
+ "Type": "WiFi",
+ "Name": "SomeWifi-XY",
+ "WiFi": {
+ "SSID": "SomeWifi-XY",
+ "Security": "None",
+ "Recommended": [ "AutoConnect" ]
+ }
+ },
+ "wifi-normalized": {
+ "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
+ "Type": "WiFi",
+ "Name": "SomeWifi-XY",
+ "WiFi": {
+ "SSID": "SomeWifi-XY",
+ "HexSSID": "536F6D65576966692D5859",
+ "Security": "None"
+ }
+ }
}
« no previous file with comments | « chromeos/test/data/network/invalid_settings_with_repairs.json ('k') | chromeos/test/data/network/toplevel_wifi_hexssid.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698