summaryrefslogtreecommitdiffstats
path: root/test/create-context
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-06-04 12:20:33 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-06-04 12:20:33 -0700
commit5dab6f49133f3ba606fb2a6f60f0d8860f2c4e11 (patch)
tree6decd512f35425efb2105af5ed439252a23c066e /test/create-context
parent50a7d3d7411aec27ff0090c9453491e67f7e9771 (diff)
downloadofono-5dab6f49133f3ba606fb2a6f60f0d8860f2c4e11.tar.bz2
Use Internet access instead of Example for context name
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 46b9d620..4523c3ac 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("Example", "internet")
+ path = connmgr.CreateContext("Internet access", "internet")
else:
path = properties["PrimaryContexts"][0]