Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: chromeos/network/onc/onc_utils_unittest.cc

Issue 2619803003: Revert of ONC: Fix handling of invalid proxy scheme. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/network/onc/onc_utils.cc ('k') | chromeos/test/data/network/proxy_config_from_onc.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chromeos/network/onc/onc_utils.cc ('k') | chromeos/test/data/network/proxy_config_from_onc.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698