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

Unified Diff: chrome/test/data/extensions/api_test/networking/test.js

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: Only set RestrictedConnectivity if true, fix tests 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: chrome/test/data/extensions/api_test/networking/test.js
diff --git a/chrome/test/data/extensions/api_test/networking/test.js b/chrome/test/data/extensions/api_test/networking/test.js
index cbdcdb677f0f6df72ff50862a12bcd44e61fcc5a..6fd4cbd737931bd926ed7f991b5ca59ae4ee3ca9 100644
--- a/chrome/test/data/extensions/api_test/networking/test.js
+++ b/chrome/test/data/extensions/api_test/networking/test.js
@@ -294,7 +294,7 @@ var availableTests = [
"stub_cellular1_guid",
callbackPass(function(result) {
assertEq({ "Cellular": {
- "ActivationState": "not-activated",
+ "ActivationState": "NotActivated",
"AllowRoaming": false,
"Carrier": "Cellular1_Carrier",
"HomeProvider": {
@@ -302,7 +302,7 @@ var availableTests = [
"name": "Cellular1_Provider"
},
"NetworkTechnology": "GSM",
- "RoamingState": "home"
+ "RoamingState": "Home"
},
"ConnectionState": "NotConnected",
"GUID": "stub_cellular1_guid",
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/internet_options_handler_strings.cc ('k') | chromeos/network/onc/onc_signature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698