Although a test template for elem_id does not run actually, it's better
to keep it as prepared. This commit fixes the test template for the
latest implementation of elem_id.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
from gi.repository import ALSACtl
target = ALSACtl.ElemId()
-props = (
- 'numid',
- 'iface',
- 'device',
- 'subdevice',
- 'name',
- 'index',
+props = ()
+methods = (
+ 'get_numid',
+ 'get_iface',
+ 'get_device',
+ 'get_subdevice',
+ 'get_name',
+ 'get_index',
)
-methods = ()
signals = ()
if not test(target, props, methods, signals):