Check signature match/length match in method calls
Bug #1064836 reported by
Martin Pitt
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-dbusmock |
Fix Released
|
High
|
Martin Pitt | ||
Bug Description
Need test cases and fixes for calling methods and emitting signals with wrong number of arguments and wrong types.
AddMethod currently does
n_args = len(dbus.
which doesn't work, it needs to be len(tuple(
Related branches
Changed in python-dbusmock:
status:
New → Triaged
importance:
Undecided → High
assignee:
nobody → Martin Pitt (pitti)
Revision history for this message
Fixed in trunk r59.
Changed in python-dbusmock:
status:
Triaged → Confirmed
status:
Confirmed → Fix Committed
status:
Fix Committed → Fix Released
To post a comment you must log in.