summaryrefslogtreecommitdiffstats
path: root/test/deactivate-context
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-08-20 03:12:26 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-08-20 03:12:26 +0200
commit5e9d957fb9c48491004070924ec561c7a0ef07ec (patch)
tree2120b72fc7a4622988c9f51c3c33a255ebed07ff /test/deactivate-context
parent12af4601bd11eda9fc10044563527d58da2bcdd8 (diff)
downloadofono-5e9d957fb9c48491004070924ec561c7a0ef07ec.tar.bz2
test: Fix wrong method name in context deactivation script
Diffstat (limited to 'test/deactivate-context')
-rwxr-xr-xtest/deactivate-context2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/deactivate-context b/test/deactivate-context
index 9d3774df..7d00761e 100755
--- a/test/deactivate-context
+++ b/test/deactivate-context
@@ -22,7 +22,7 @@ for path in properties["Modems"]:
connman = dbus.Interface(bus.get_object('org.ofono', path),
'org.ofono.ConnectionManager')
- contexts = connman.GetProperties()
+ contexts = connman.GetContexts()
if (len(contexts) == 0):
print "No context available"