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

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

Issue 12390017: Separating ONC<->Shill translation from the ONC signature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed browser tests. Created 7 years, 10 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 420e25e177b85afb1d5e303eb5d5fae1ef923eef..68a92292e23b50afadb03711b158bdb497c83f0c 100644
--- a/chrome/test/data/extensions/api_test/networking/test.js
+++ b/chrome/test/data/extensions/api_test/networking/test.js
@@ -107,7 +107,6 @@ var availableTests = [
"Type": "WiFi",
"WiFi": {
"SSID": "stub_wifi1",
- "Type": "WiFi"
}
},
{
@@ -117,7 +116,8 @@ var availableTests = [
"Type": "WiFi",
"WiFi": {
"SSID": "stub_wifi2",
- "Type": "WiFi"
+ "Security": "WPA-PSK",
+ "SignalStrength": 80
}
},
{
@@ -141,8 +141,7 @@ var availableTests = [
"Name": "wifi1",
"Type": "WiFi",
"WiFi": {
- "SSID": "stub_wifi1",
- "Type": "WiFi"
+ "SSID": "stub_wifi1"
}
},
{
@@ -152,7 +151,8 @@ var availableTests = [
"Type": "WiFi",
"WiFi": {
"SSID": "stub_wifi2",
- "Type": "WiFi"
+ "Security": "WPA-PSK",
+ "SignalStrength": 80
}
}
], result);
« no previous file with comments | « chrome/browser/chromeos/extensions/networking_private_event_router.cc ('k') | chromeos/network/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698