Closed
Bug 951773
Opened 12 years ago
Closed 12 years ago
Change mozdevice.removeFile and .removeDir to use _checkCmd
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bsilverberg, Assigned: bsilverberg)
References
Details
Attachments
(1 file)
|
1.12 KB,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
Currently, mozdevice.removeFile can return before the process is complete, which was picked up by a gaiatest unit test. This bug is to update both removeFile and removeDir to use _checkCmd to wait for the process to be complete before returning.
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8349543 -
Flags: review?(wlachance)
Comment 2•12 years ago
|
||
Comment on attachment 8349543 [details] [diff] [review]
Patch to update removeFile and removeDir
Thanks!
Attachment #8349543 -
Flags: review?(wlachance) → review+
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•