| Index: chromeos/test/data/network/translation_of_shill_l2tpipsec.onc
|
| diff --git a/chromeos/test/data/network/translation_of_shill_l2tpipsec.onc b/chromeos/test/data/network/translation_of_shill_l2tpipsec.onc
|
| index 271a7182c930ac59ba57352c99836b6624dc1d41..c12a76902d0dbdeed03cb319c04539eb9fc67863 100644
|
| --- a/chromeos/test/data/network/translation_of_shill_l2tpipsec.onc
|
| +++ b/chromeos/test/data/network/translation_of_shill_l2tpipsec.onc
|
| @@ -5,11 +5,11 @@
|
| "Type": "L2TP-IPsec",
|
| "Host": "some.host.org",
|
| "IPsec": {
|
| - // These two fields are part of the ONC (and are required). However, they
|
| - // don't exist explicitly in the Shill dictionary. As there is no use-case
|
| - // yet, that requires to reconstruct these fields from a Shill dictionary,
|
| - // we don't require their translation.
|
| - // "AuthenticationType": "PSK",
|
| + "AuthenticationType": "PSK",
|
| + // This field is part of ONC (and is required). However, it does not
|
| + // exist explicitly in the Shill dictionary. As there is no use-case yet
|
| + // that requires reconstructing this field from a Shill dictionary, we
|
| + // don't translate it.
|
| // "IKEVersion": 1,
|
| "PSK": "some_preshared_key",
|
| "SaveCredentials": true,
|
|
|