[autopilot/sound] indicator-sound mock uses wrong signatures

Bug #1478038 reported by Jonas G. Drange
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-system-settings (Ubuntu)
New
Undecided
Unassigned

Bug Description

Reproduce:
Run the test_sound tests

What happens:
The slider is 0.0, but the mock says it should be 0.4

What should happen:
The slider should indicate it's mocked value, 0.4

There are many reasons for why this is [1]:
* DescribeAll is mocked with in_signature 's' which should be ''
* DescribeAll is mocked with out_signature 'a{s(bsav)}' which should be 'a{s(bgav)}'
* Describe is mocked with out_signature '(bsav)' which should be '(bgav)'
* All structs are returned as dbus.Arrays.

[1] https://wiki.gnome.org/Projects/GLib/GApplication/DBusAPI

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.