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

Unified Diff: chromeos/test/data/network/repaired_toplevel_partially_invalid.onc

Issue 540333002: ONC: Fix Static-/Saved-/IPConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another unit test. Created 6 years, 3 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
Index: chromeos/test/data/network/repaired_toplevel_partially_invalid.onc
diff --git a/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc b/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc
index a2bce877db0d68015fed6a4e699d81f19c199564..5c1c5161be9e7d147b8a2b0e7cfac350871e7a2b 100644
--- a/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc
+++ b/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc
@@ -3,11 +3,11 @@
[ { "GUID": "123",
"Type": "VPN",
"Name": "testopenvpn",
- "IPConfigs": [
- { "Type": "IPv4",
- "IPAddress": "127.0.0.1",
- "RoutingPrefix": 32 }
- ],
+ "StaticIPConfig": {
+ "Type": "IPv4",
+ "IPAddress": "127.0.0.1",
+ "RoutingPrefix": 32
+ },
"VPN": {
"Host": "policys host",
"Recommended": ["Host"],
« no previous file with comments | « chromeos/test/data/network/managed_vpn_without_recommended.onc ('k') | chromeos/test/data/network/shill_ethernet.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698