test: fix bug in test-ss-control-cs

This commit is contained in:
Gustavo F. Padovan 2010-12-06 18:12:29 -02:00 committed by Denis Kenzior
parent 79be5afdc1
commit 964bb36a28
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if __name__ == "__main__":
cs.connect_to_signal("PropertyChanged", property_changed)
ss = dbus.Interface(bus.get_object('org.ofono', modems[0]),
ss = dbus.Interface(bus.get_object('org.ofono', modems[0][0]),
'org.ofono.SupplementaryServices')
print_properties(cs)