From 5e9d957fb9c48491004070924ec561c7a0ef07ec Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 20 Aug 2010 03:12:26 +0200 Subject: test: Fix wrong method name in context deactivation script --- test/deactivate-context | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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" -- cgit v1.2.3