test: Pretty print the new HF Features property
authorDenis Kenzior <denkenz@gmail.com>
Fri, 21 Oct 2011 19:26:36 +0000 (14:26 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 21 Oct 2011 19:26:53 +0000 (14:26 -0500)
test/list-modems

index 09949b7..7e92474 100755 (executable)
@@ -39,7 +39,8 @@ for path, properties in modems:
                                        "SubscriberNumbers",
                                        "PreferredLanguages",
                                        "PrimaryContexts",
-                                       "LockedPins"]:
+                                       "LockedPins",
+                                       "Features"]:
                                val = ""
                                for i in properties[key]:
                                        val += i + " "