Closed
Bug 990383
Opened 11 years ago
Closed 11 years ago
[B2G] [RIL] consider to set default value of 'supportedNetworkTypes' as 'wcdma/gsm'
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.4+, firefox29 wontfix, firefox30 fixed, firefox31 fixed, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: hsinyi, Assigned: edgar)
References
Details
Attachments
(1 file, 1 obsolete file)
3.07 KB,
patch
|
hsinyi
:
review+
|
Details | Diff | Splinter Review |
We now use World phone as the default value of supportedNetworkTypes. According to the fact the number of wcdma/gsm phones is larger than world phones, maybe we should use 'wcdma/gsm' instead.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → echen
Assignee | ||
Comment 1•11 years ago
|
||
Before we change the default value, emulator needs to be configured with correct value first, otherwise the test case will fail.
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8399857 -
Flags: review?(htsai)
Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8399857 [details] [diff] [review]
Patch, v1
Review of attachment 8399857 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #8399857 -
Flags: review?(htsai) → review+
Assignee | ||
Updated•11 years ago
|
blocking-b2g: --- → 1.4?
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 4•11 years ago
|
||
Hi Hsinyi,
In this new version, I modify the test case to make it more robust.
1). Get system property configuration by "runEmulatorShell" which was introduced in bug 985537. (The default value will be the same as the one defined in ril_consts.js)
2). Running the tests based on the configuration.
Thank you
Attachment #8400437 -
Flags: review?(htsai)
Assignee | ||
Updated•11 years ago
|
Attachment #8399857 -
Attachment is obsolete: true
Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8400437 [details] [diff] [review]
Patch, v2
Review of attachment 8400437 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type.js
@@ +70,2 @@
>
> + getSupportedNetworkTypesFromSystemProperties(0, function(testData) {
Truly nice! Thank you :)
Attachment #8400437 -
Flags: review?(htsai) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Updated•11 years ago
|
blocking-b2g: 1.4? → 1.4+
Assignee | ||
Comment 7•11 years ago
|
||
Assignee | ||
Comment 8•11 years ago
|
||
For 1.4 branch, we need uplift bug 985537 first.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.4 S5 (11apr)
Comment 10•11 years ago
|
||
status-b2g-v1.4:
--- → fixed
status-b2g-v2.0:
--- → fixed
status-firefox29:
--- → wontfix
status-firefox30:
--- → fixed
status-firefox31:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•