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

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

Issue 402953004: Correctly translate Cellular Device properties to ONC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore cellular_with_state signature, add nested ShillToONCTranslator constructor, update tests Created 6 years, 5 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/translation_of_shill_cellular_with_state.onc
diff --git a/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc b/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
index 0ce9ce7d4c6c43dab87e6fd8119b09d2c51d7e28..ee290f566de88d38f28610f7e775462b3d299906 100644
--- a/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
+++ b/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
@@ -36,6 +36,10 @@
"Password": "test-password3",
"Username": "test-username3"
}
- ]
+ ],
+ "SIMLockStatus": {
+ "LockType": "sim-pin",
+ "LockEnabled": true
+ }
}
}

Powered by Google App Engine
This is Rietveld 408576698