Closed
Bug 1090817
Opened 10 years ago
Closed 10 years ago
[marionette-file-manager] Could add all files in a folder
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evanxd, Assigned: evanxd)
Details
Attachments
(1 file)
Could add all files in a folder via the add method[1].
See the use case in [2].
[1] https://github.com/mozilla-b2g/marionette-file-manager/blob/master/lib/desktop_client_file_manager.js#L17-L24
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1080090#c31
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8514183 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/marionette-file-manager/pull/5
Hi James,
Could you have time to review the patch?
The Travis CI job of mozilla-b2g/marioneete-file-manager is not working. Then I just trigger the job in my repository. See the result here[1].
For travis not working issue, maybe we should check the our settings in travis first. It might be not opened to run CI job.
Thanks.
[1] https://travis-ci.org/evanxd/marionette-file-manager/builds/39474106
Attachment #8514183 -
Flags: review?(jlal)
Comment 3•10 years ago
|
||
Comment on attachment 8514183 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/marionette-file-manager/pull/5
Gave it a skim looks reasonable... r+
Attachment #8514183 -
Flags: review?(jlal) → review+
Comment 4•10 years ago
|
||
Also turned on travis in main repo thanks Evan!
Assignee | ||
Comment 5•10 years ago
|
||
James,thanks for the review.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•10 years ago
|
||
Hi Punam,
We already added the feature of adding all files in a directory, you could start to write the tests. This[1] is how to use it.
[1] https://github.com/mozilla-b2g/marionette-file-manager#add-files-into-the-specified-directory
Flags: needinfo?(pdahiya)
Comment 7•10 years ago
|
||
Woo Hoo! Thanks Evan, I have created bug 1092233 to use updated marionette-file-manager API to write integration tests to scan and load all test images in gallery app.
Flags: needinfo?(pdahiya)
Assignee | ||
Comment 8•10 years ago
|
||
BTW, Puman, just a reminder, you also need to update gaia-node-modules[1] to use the updated marionette-file-manager.
[1] https://github.com/mozilla-b2g/gaia-node-modules/
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•