summaryrefslogtreecommitdiffstats
path: root/test/create-context
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2009-11-10 07:31:20 +0100
committerDenis Kenzior <denkenz@gmail.com>2009-11-10 12:48:20 -0600
commitb68c673d455fa04ea5aee0375350e8748039d70b (patch)
treecf66e9ef08a7840d1779913f9ad0b2b6b90a9b25 /test/create-context
parent3187db9352cdcafa1611228992895a8103542ffe (diff)
downloadofono-b68c673d455fa04ea5aee0375350e8748039d70b.tar.bz2
Update test script to newer api.
Also remove an unused "import".
Diffstat (limited to 'test/create-context')
-rwxr-xr-xtest/create-context2
1 files changed, 1 insertions, 1 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]