Closed
Bug 805594
Opened 13 years ago
Closed 13 years ago
DeviceManagerSUT.pushFile() has invalid debug statement
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcote, Assigned: mihneadb)
References
Details
Attachments
(1 file)
|
534 bytes,
patch
|
mcote
:
review+
|
Details | Diff | Splinter Review |
In DeviceManagerSUT.pushFile(), there is this:
if (self.debug >= 3):
print "push returned: %s" % hash
This results in this output: "push returned: <built-in function hash>"
I believe that 'hash' should be 'remoteHash' here.
| Assignee | ||
Comment 1•13 years ago
|
||
One more giant patch :).
Assignee: nobody → mihneadb
Attachment #715115 -
Flags: review?(mcote)
| Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 715115 [details] [diff] [review]
fix this
Thanks. :)
Attachment #715115 -
Flags: review?(mcote) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•