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

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

Issue 12390017: Separating ONC<->Shill translation from the ONC signature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed browser tests. Created 7 years, 10 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 c639d8254351670143fc919363170c289ffe2e2f..96b9b49ebe87bf25626b6a1380555831f9c0b067 100644
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
@@ -90,6 +90,15 @@
"Authentication": "None"
}
},
+ "network-state-field": {
+ "GUID": "guid",
+ "Type": "Ethernet",
+ "Name": "name",
+ "Ethernet": {
+ "Authentication": "None"
+ },
+ "ConnectionState": "NotConnected"
+ },
"network-unknown-value": {
"GUID": "guid",
"Type": "LTE",
@@ -126,6 +135,27 @@
"Authentication": "None"
}
},
+ "network-nested-state-field-repaired": {
+ "GUID": "guid",
+ "Type": "WiFi",
+ "Name": "name",
+ "WiFi": {
+ "Passphrase": "some passphrase",
+ "SSID": "ssid",
+ "Security": "WPA-PSK"
+ }
+ },
+ "network-nested-state-field": {
+ "GUID": "guid",
+ "Type": "WiFi",
+ "Name": "name",
+ "WiFi": {
+ "Passphrase": "some passphrase",
+ "SSID": "ssid",
+ "Security": "WPA-PSK",
+ "SignalStrength": 123
+ }
+ },
"network-with-illegal-recommended": {
"GUID": "guid",
"Recommended": ["Name"],
« no previous file with comments | « chromeos/network/onc/onc_validator_unittest.cc ('k') | chromeos/test/data/network/shill_wifi_with_state.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698