| Index: chromeos/test/data/network/shill_wifi_non_utf8_ssid.json
|
| diff --git a/chromeos/test/data/network/shill_wifi_non_utf8_ssid.json b/chromeos/test/data/network/shill_wifi_non_utf8_ssid.json
|
| index 3058d8410029af0ce78949e986276e4d4f303579..a915a58dfcb396ee3164d1df064caaffe988e189 100644
|
| --- a/chromeos/test/data/network/shill_wifi_non_utf8_ssid.json
|
| +++ b/chromeos/test/data/network/shill_wifi_non_utf8_ssid.json
|
| @@ -5,7 +5,6 @@
|
| "Passphrase":"some passphrase",
|
| "SecurityClass":"psk",
|
| "Type":"wifi",
|
| - // Hex of the latin-1, non UTF8 string "latin-1 \xc0\xcb\xcc\xd6\xfb"
|
| - "WiFi.HexSSID": "6C6174696E2D3120C0CBCCD6FB"
|
| + // Hex of the latin-1, non UTF8 string "latin-1 \x54\xe9\x6c\xe9\x63\x6f\x6d"
|
| + "WiFi.HexSSID": "6C6174696E2D312054E96CE9636F6D"
|
| }
|
| -
|
|
|