mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 821605 - Adding marionette test for SPDI. r=vicamo
This commit is contained in:
parent
f462597ba7
commit
a8895f4054
@ -78,5 +78,9 @@ function testSPN(mcc, mnc, expectedIsDisplayNetworkNameRequired,
|
||||
|
||||
testDisplayConditionChange(testSPN, [
|
||||
[123, 456, false, true], // Not in HPLMN.
|
||||
[310, 260, true, true], // inside HPLMN.
|
||||
[234, 136, true, true], // Not in HPLMN, but in PLMN specified in SPDI.
|
||||
[123, 456, false, true], // Not in HPLMN. Triggering iccinfochange
|
||||
[466, 92, true, true], // Not in HPLMN, but in another PLMN specified in SPDI.
|
||||
[123, 456, false, true], // Not in HPLMN. Triggering iccinfochange
|
||||
[310, 260, true, true], // inside HPLMN.
|
||||
], finalize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user