diff options
-rwxr-xr-x | test/create-context | 2 | ||||
-rwxr-xr-x | test/test-phonebook | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/test/create-context b/test/create-context index 138efd15..08f29600 100755 --- a/test/create-context +++ b/test/create-context @@ -25,7 +25,7 @@ for path in properties["Modems"]: properties = connmgr.GetProperties() if (properties["PrimaryContexts"] == []): - path = connmgr.CreateContext() + path = connmgr.CreateContext("Example", "internet") else: path = properties["PrimaryContexts"][0] diff --git a/test/test-phonebook b/test/test-phonebook index 52004e8e..8db25c15 100755 --- a/test/test-phonebook +++ b/test/test-phonebook @@ -1,7 +1,5 @@ #!/usr/bin/python -import gobject - import dbus if __name__ == "__main__": |