summaryrefslogtreecommitdiffstats
path: root/test/list-contexts
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-10-25 00:51:29 +0900
committerMarcel Holtmann <marcel@holtmann.org>2009-10-25 00:51:29 +0900
commit6cefd2e69330be619dd8c7a1ece1582e8db7c429 (patch)
treea74675423925c55fefa8348aa19722f5bcd1f8b8 /test/list-contexts
parent0516900c72f29172418fea04ca77159cea0c1d57 (diff)
downloadofono-6cefd2e69330be619dd8c7a1ece1582e8db7c429.tar.bz2
Fix tiny copy-and-past left-over
Diffstat (limited to 'test/list-contexts')
-rwxr-xr-xtest/list-contexts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/list-contexts b/test/list-contexts
index 09dbff8e..eb024161 100755
--- a/test/list-contexts
+++ b/test/list-contexts
@@ -20,10 +20,10 @@ for path in properties["Modems"]:
if "org.ofono.DataConnectionManager" not in properties["Interfaces"]:
continue
- netreg = dbus.Interface(bus.get_object('org.ofono', path),
+ connmgr = dbus.Interface(bus.get_object('org.ofono', path),
'org.ofono.DataConnectionManager')
- properties = netreg.GetProperties()
+ properties = connmgr.GetProperties()
for path in properties["PrimaryContexts"]:
context = dbus.Interface(bus.get_object('org.ofono', path),