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

Side by Side Diff: chromeos/test/data/network/shill_wimax_with_state.json

Issue 949783003: Add WiMAX to ONC validation list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add and fix tests Created 5 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "AutoConnect": true, 2 "AutoConnect": true,
3 "Connectable": true, 3 "Connectable": true,
4 "Name": "SomeWiMAX", 4 "Name": "SomeWiMAX",
5 "EAP.Identity": "${LOGIN_ID}@my.domain.com",
stevenjb 2015/02/25 01:44:44 We expect 'Outer' in the ONC file and it wasn't cl
6 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", 5 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
7 "Profile": "/profile/someuser", 6 "Profile": "/profile/someuser",
8 "SaveCredentials": true,
9 "State": "idle", 7 "State": "idle",
10 "Strength": 10, 8 "Strength": 10,
11 "Type": "wimax" 9 "Type": "wimax"
12 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698