| Index: chromeos/network/onc/onc_utils_unittest.cc
|
| diff --git a/chromeos/network/onc/onc_utils_unittest.cc b/chromeos/network/onc/onc_utils_unittest.cc
|
| index 540c2194ceaa1b7b48aa6ed6ac1344f369c71b42..a8577b15c380ed1a09df8c73ae031ee774223cee 100644
|
| --- a/chromeos/network/onc/onc_utils_unittest.cc
|
| +++ b/chromeos/network/onc/onc_utils_unittest.cc
|
| @@ -171,13 +171,6 @@
|
| test_data->GetAsList(&list_of_tests);
|
| ASSERT_TRUE(list_of_tests);
|
|
|
| - // Additional ONC -> ProxyConfig test cases to test fixup.
|
| - test_data = ReadTestJson("proxy_config_from_onc.json");
|
| - base::ListValue* list_of_tests2;
|
| - test_data->GetAsList(&list_of_tests2);
|
| - ASSERT_TRUE(list_of_tests2);
|
| - list_of_tests->Append(list_of_tests2->CreateDeepCopy());
|
| -
|
| int index = 0;
|
| for (base::ListValue::iterator it = list_of_tests->begin();
|
| it != list_of_tests->end(); ++it, ++index) {
|
|
|