Closed
Bug 993817
Opened 11 years ago
Closed 8 years ago
Rewrite mobilemessage marionette test cases with Promise
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:-)
RESOLVED
INCOMPLETE
blocking-b2g | - |
People
(Reporter: vicamo, Assigned: vicamo)
References
Details
(Whiteboard: [leave open])
Attachments
(1 file, 2 obsolete files)
65.45 KB,
patch
|
vicamo
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #979134 +++
Let's reuse http://dxr.mozilla.org/mozilla-central/source/dom/mobilemessage/tests/marionette/head.js whenever possible.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → vyang
Whiteboard: [leave open]
Target Milestone: --- → 2.0 S5 (4july)
Assignee | ||
Comment 2•10 years ago
|
||
1) Fix:
* test_emulator_loopback.js
* test_filter_date.js
* test_getmessage.js
* test_getmessage_notfound.js
* test_getmessages.js
* test_incoming.js
* test_outgoing.js
2) merge test_filter_date_notfound.js into test_filter_date.js
3) merge test_incoming_multipart.js into test_incoming.js
Not _all_ SMS test cases are converted, just some done works so far.
Attachment #8444301 -
Flags: review?(gene.lian)
Comment 3•10 years ago
|
||
Comment on attachment 8444301 [details] [diff] [review]
patch
Review of attachment 8444301 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/mobilemessage/tests/marionette/test_getmessage_notfound.js
@@ +17,5 @@
> + let error = aEvent.target.error;
> + ok(error, "DOMError");
> + is(error.name, "NotFoundError", "error.name");
> + });
> +}
nit: trailing spaces.
Attachment #8444301 -
Flags: review?(gene.lian) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Address previous nit only.
Attachment #8444301 -
Attachment is obsolete: true
Attachment #8444992 -
Flags: review+
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Whiteboard: [leave open]
Assignee | ||
Updated•10 years ago
|
Attachment #8444992 -
Attachment is obsolete: true
Comment 7•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Target Milestone: 2.0 S5 (4july) → ---
Updated•10 years ago
|
blocking-b2g: backlog → -
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•