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

Side by Side Diff: chromeos/test/data/network/translation_of_shill_cellular_with_state.onc

Issue 402953004: Correctly translate Cellular Device properties to ONC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore cellular_with_state signature, add nested ShillToONCTranslator constructor, update tests Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "Type": "Cellular", 2 "Type": "Cellular",
3 "Name": "Test Network", 3 "Name": "Test Network",
4 "Cellular": { 4 "Cellular": {
5 "ActivateOverNonCellularNetwork": false, 5 "ActivateOverNonCellularNetwork": false,
6 "ActivationState": "activated", 6 "ActivationState": "activated",
7 "AllowRoaming": true, 7 "AllowRoaming": true,
8 "HomeProvider": { 8 "HomeProvider": {
9 "country": "us", 9 "country": "us",
10 "name": "cellular_provider" 10 "name": "cellular_provider"
(...skipping 18 matching lines...) Expand all
29 "Username": "test-username1" 29 "Username": "test-username1"
30 }, { 30 }, {
31 "Name": "test-apn2", 31 "Name": "test-apn2",
32 "Password": "test-password2", 32 "Password": "test-password2",
33 "Username": "test-username2" 33 "Username": "test-username2"
34 }, { 34 }, {
35 "Name": "test-apn3", 35 "Name": "test-apn3",
36 "Password": "test-password3", 36 "Password": "test-password3",
37 "Username": "test-username3" 37 "Username": "test-username3"
38 } 38 }
39 ] 39 ],
40 "SIMLockStatus": {
41 "LockType": "sim-pin",
42 "LockEnabled": true
43 }
40 } 44 }
41 } 45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698