test: Add missing properties to test-call-settings
authorBertrand Aygon <bertrand.aygon@intel.com>
Fri, 4 Mar 2011 10:25:28 +0000 (11:25 +0100)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 8 Mar 2011 19:21:52 +0000 (13:21 -0600)
test/test-call-settings

index 32c8943..9008614 100755 (executable)
@@ -15,7 +15,10 @@ def property_changed(name, value):
 if __name__ == "__main__":
        if len(sys.argv) < 3:
                print "Usage: %s [modem] <property> <newvalue>" % (sys.argv[0])
-               print "Properties can be: VoiceCallWaiting, HideCallerId"
+               print "Properties can be: VoiceCallWaiting,"
+               print " ConnectedLineRestriction, CallingLineRestriction,"
+               print " CallingLinePresentation, CalledLinePresentation,"
+               print " ConnectedLinePresentation, HideCallerId"
                sys.exit(1)
 
        canexit = False