| Index: chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
|
| diff --git a/chromeos/test/data/network/policy/policy_wifi1.onc b/chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
|
| similarity index 80%
|
| copy from chromeos/test/data/network/policy/policy_wifi1.onc
|
| copy to chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
|
| index e601c951ec90648a00a600e19c52b70c34b29994..e07e76b1bb9ab57ba98045ff84f47e5c53546cb3 100644
|
| --- a/chromeos/test/data/network/policy/policy_wifi1.onc
|
| +++ b/chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
|
| @@ -5,8 +5,9 @@
|
| "Type": "WiFi",
|
| "Name": "Managed wifi1",
|
| "WiFi": {
|
| + "AutoConnect": true,
|
| "Passphrase": "policy's passphrase",
|
| - "Recommended": [ "AutoConnect", "Passphrase" ],
|
| + "Recommended": [ "Passphrase" ],
|
| "SSID": "wifi1",
|
| "Security": "WPA-PSK"
|
| }
|
|
|