Fix test case

This commit is contained in:
Denis Kenzior 2009-06-15 19:36:15 -05:00
parent 867117243a
commit 087472c402
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ if __name__ == "__main__":
phonebook = dbus.Interface(bus.get_object('org.ofono', modems[0]),
'org.ofono.Phonebook')
print "export entries for the first time"
print phonebook.ExportEntries()
print "export entries for the second time, which should return from cache"
print phonebook.ExportEntries()
mainloop = gobject.MainLoop()