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

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

Issue 535283002: Translate activation/romaing state, restricted pool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_7b
Patch Set: Rebase Created 6 years, 3 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 e57d0572303b6a22c28b1af62291f7563c8e6b2f..81794649ac5bb8583dff28b326d84222e49ee8f0 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
@@ -2,13 +2,14 @@
"Type": "Cellular",
"Name": "Test Network",
"Cellular": {
- "ActivationState": "activated",
+ "ActivationState": "Activated",
"ActivationType": "OTASP",
"AllowRoaming": true,
"HomeProvider": {
"country": "us",
"name": "cellular_provider"
},
+ "RoamingState": "Home",
"ServingOperator": {
"Code": "test-code",
"Country": "test-country",

Powered by Google App Engine
This is Rietveld 408576698