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

Unified Diff: chromeos/test/data/network/shill_wifi_with_state.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/shill_wifi_with_state.json
diff --git a/chromeos/test/data/network/shill_wifi_psk.json b/chromeos/test/data/network/shill_wifi_with_state.json
similarity index 69%
copy from chromeos/test/data/network/shill_wifi_psk.json
copy to chromeos/test/data/network/shill_wifi_with_state.json
index bdde41bbd3a976467ebde194259a98d187e3bfee..5697c38e21e9ac26e0cce343f2a4065f0da91d34 100644
--- a/chromeos/test/data/network/shill_wifi_psk.json
+++ b/chromeos/test/data/network/shill_wifi_with_state.json
@@ -2,9 +2,13 @@
"AutoConnect": true,
"GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
"Mode": "managed",
+ "Name": "OpenWrt",
"Passphrase": "some passphrase",
"SSID": "OpenWrt",
"Security": "psk",
+ "State": "idle",
+ "Strength": 10,
"Type": "wifi",
+ "WiFi.BSSID": "00:12:34:ca:56:8b",
"WiFi.HiddenSSID": false
}

Powered by Google App Engine
This is Rietveld 408576698