From 5dab6f49133f3ba606fb2a6f60f0d8860f2c4e11 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 4 Jun 2010 12:20:33 -0700 Subject: [PATCH] Use Internet access instead of Example for context name --- test/create-context | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/create-context b/test/create-context index 46b9d62..4523c3a 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] -- 2.7.4