Closed
Bug 706974
Opened 12 years ago
Closed 12 years ago
devicemanagerADB's pushDir method does not conform to interface specifications
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla11
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(1 file)
1.00 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
It's supposed to return the name of the remote directory if it succeeds, none on failure but instead returns True on success, False on failure.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → wlachance
Attachment #578388 -
Flags: review?(jmaher)
Comment 2•12 years ago
|
||
Comment on attachment 578388 [details] [diff] [review] Make pushDir conform to interface specs Review of attachment 578388 [details] [diff] [review]: ----------------------------------------------------------------- nice. There is a change to pushDir SUT in the works and I think a small tweak to ADB as well; oh if bugzilla were easier to use.
Attachment #578388 -
Flags: review?(jmaher) → review+
Comment 3•12 years ago
|
||
inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/c63c69abfbfd
Comment 4•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c63c69abfbfd
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•