Closed
Bug 1008852
Opened 11 years ago
Closed 11 years ago
[Stingray] the unit tests for selectRect in selection_border_test.js is always failed
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: johnhu, Assigned: johnhu)
Details
(Whiteboard: [FT:Stream3])
Attachments
(1 file)
The tests of homescreen-stingray is not enabled by default. We need to enable it before reproducing this bug.
STR:
1. make clean
2. rename the _test_ folder to test in dev_apps/homescreen-stingray/
3. DEBUG=1 GAIA_DEVICE_TYPE=tv
4. open nightly to run unit tests
5. select selection_border_test.js
6. press "execute"
The followings are always failed:
single selection
a. selectRect
b. selectRect rect1 and rect2
multiple selection
a. selectRect rect1 and rect2
Assignee | ||
Comment 1•11 years ago
|
||
The followings are always failed:
single selection
a. selectRect
b. deselectRect
c. selectRect rect1 and rect2
multiple selection
a. selectRect rect1 and rect2
b. deselectRect
Assignee | ||
Comment 2•11 years ago
|
||
Please review this patch.
Attachment #8420868 -
Flags: review?(lchang)
Attachment #8420868 -
Flags: review?(gchen)
Comment 3•11 years ago
|
||
Comment on attachment 8420868 [details] [review]
patch for this bug
r+ since it's simple and reasonable.
Attachment #8420868 -
Flags: review?(lchang) → review+
Comment 4•11 years ago
|
||
Comment on attachment 8420868 [details] [review]
patch for this bug
r=me, thanks.
Attachment #8420868 -
Flags: review?(gchen) → review+
Assignee | ||
Comment 5•11 years ago
|
||
merged to master:
https://github.com/mozilla-b2g/gaia/commit/e5e6b1900484a5cf39c8c0c54463cb03a1051aac
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [FT:Stream3]
You need to log in
before you can comment on or make changes to this bug.
Description
•