summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network
diff options
context:
space:
mode:
authorpneubeck <pneubeck@chromium.org>2014-11-13 16:43:06 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-14 00:43:30 +0000
commit7e20c2bf7fc314c655146f44dda7ae391bae77dd (patch)
tree909d8293a68ab423669da0bf01c979a155150488 /chromeos/test/data/network
parent132d71c408a367678c89f1e8b7c3c3459232bc6a (diff)
downloadchromium_src-7e20c2bf7fc314c655146f44dda7ae391bae77dd.zip
chromium_src-7e20c2bf7fc314c655146f44dda7ae391bae77dd.tar.gz
chromium_src-7e20c2bf7fc314c655146f44dda7ae391bae77dd.tar.bz2
Don't crash on empty network type.
Also document more clearly that a wrong type of 'Recommended' doesn't cause an error or crash. BUG=430113 Review URL: https://codereview.chromium.org/723153002 Cr-Commit-Position: refs/heads/master@{#304128}
Diffstat (limited to 'chromeos/test/data/network')
-rw-r--r--chromeos/test/data/network/invalid_settings_with_repairs.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromeos/test/data/network/invalid_settings_with_repairs.json b/chromeos/test/data/network/invalid_settings_with_repairs.json
index 365bb25..a26a8aa 100644
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
@@ -194,6 +194,12 @@
"Authentication": "None"
}
},
+ "network-missing-required-type": {
+ "Name": "name",
+ "Ethernet": {
+ "Authentication": "None"
+ }
+ },
"network-nested-state-field-repaired": {
"GUID": "guid",
"Type": "WiFi",