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

Unified Diff: chromeos/test/data/network/translation_of_shill_cellular_with_state.onc

Issue 492383002: Use ONC for Cellular APN and SimLock in Settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
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 d7d6b337dea45b4e2e9e93663bca2cb7ed9464a1..e57d0572303b6a22c28b1af62291f7563c8e6b2f 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"
}

Powered by Google App Engine
This is Rietveld 408576698