test: Pretty print the new HF Features property

This commit is contained in:
Denis Kenzior 2011-10-21 14:26:36 -05:00
parent 2f77d1a3e4
commit c4db121332
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ for path, properties in modems:
"SubscriberNumbers",
"PreferredLanguages",
"PrimaryContexts",
"LockedPins"]:
"LockedPins",
"Features"]:
val = ""
for i in properties[key]:
val += i + " "