Skip to content

Commit fb32ab9

Browse files
committed
Update Wifi tests
Wifi tests used old WifiConfiguration values. This updates it to the new values. Change-Id: I14498aebba50f906181fa377b84855eae3d046fc
1 parent 4898087 commit fb32ab9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/AccessPointParserHelper.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ public void characters(char ch[], int start, int length) throws SAXException {
215215
config.phase2.setValue("");
216216
config.ca_cert.setValue("");
217217
config.client_cert.setValue("");
218-
config.private_key.setValue("");
218+
config.engine.setValue("");
219+
config.engine_id.setValue("");
220+
config.key_id.setValue("");
219221
config.identity.setValue("");
220222
config.anonymous_identity.setValue("");
221223
break;

0 commit comments

Comments
 (0)