From bdbcebbcabddbbb4b9eae193b8fd54062741072f Mon Sep 17 00:00:00 2001 From: Bertrand Aygon Date: Fri, 5 Aug 2011 15:21:15 +0200 Subject: test: update list-modem with DataStrength property --- test/list-modems | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/list-modems b/test/list-modems index 662a3c76..09949b7b 100755 --- a/test/list-modems +++ b/test/list-modems @@ -52,7 +52,8 @@ for path, properties in modems: "VoicemailMessageCount", "MicrophoneVolume", "SpeakerVolume", - "Strength"]: + "Strength", + "DataStrength"]: val = int(properties[key]) elif key in ["MainMenu"]: val = ", ".join([ text + " (" + str(int(icon)) + -- cgit v1.2.3