summaryrefslogtreecommitdiffstats
path: root/chromeos/test
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2014-08-27 15:18:19 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-27 22:23:24 +0000
commit4ff8121cc52bb887c2a6d35c3eace08e11d841ca (patch)
tree39b5a844da4a0eafeb5ccfcf1cb295fbb327d7dd /chromeos/test
parent13d9b1252f8a0d8f0446325f458d23ace590345f (diff)
downloadchromium_src-4ff8121cc52bb887c2a6d35c3eace08e11d841ca.zip
chromium_src-4ff8121cc52bb887c2a6d35c3eace08e11d841ca.tar.gz
chromium_src-4ff8121cc52bb887c2a6d35c3eace08e11d841ca.tar.bz2
Use ONC for Cellular APN and SimLock in Settings
BUG=279351 For chrome/browser/ui/webui/chromeos/network_config_message_handler.cc: TBR=xiyuan@chromium.org Review URL: https://codereview.chromium.org/492383002 Cr-Commit-Position: refs/heads/master@{#292245}
Diffstat (limited to 'chromeos/test')
-rw-r--r--chromeos/test/data/network/cellular.onc2
-rw-r--r--chromeos/test/data/network/translation_of_shill_cellular_with_state.onc11
2 files changed, 7 insertions, 6 deletions
diff --git a/chromeos/test/data/network/cellular.onc b/chromeos/test/data/network/cellular.onc
index 582d594..4c76e3fe 100644
--- a/chromeos/test/data/network/cellular.onc
+++ b/chromeos/test/data/network/cellular.onc
@@ -3,7 +3,7 @@
"Name": "Test Network",
"Cellular": {
"APN": {
- "Name": "test-apn",
+ "AccessPointName": "test-apn",
"Username": "test-username",
"Password": "test-password"
}
diff --git a/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc b/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
index d7d6b33..e57d057 100644
--- a/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
+++ b/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
@@ -15,24 +15,25 @@
"Name": "test-name"
},
"APN": {
- "Name": "test-apn",
+ "AccessPointName": "test-apn",
+ "Name": "test-apn-name",
"Username": "test-username",
"Password": "test-password"
},
"APNList": [ {
- "Name": "test-apn0",
+ "AccessPointName": "test-apn0",
"Password": "test-password0",
"Username": "test-username0"
}, {
- "Name": "test-apn1",
+ "AccessPointName": "test-apn1",
"Password": "test-password1",
"Username": "test-username1"
}, {
- "Name": "test-apn2",
+ "AccessPointName": "test-apn2",
"Password": "test-password2",
"Username": "test-username2"
}, {
- "Name": "test-apn3",
+ "AccessPointName": "test-apn3",
"Password": "test-password3",
"Username": "test-username3"
}