test: use new names for CalledLine* properties
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 29 Dec 2010 02:41:02 +0000 (00:41 -0200)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 30 Dec 2010 17:16:14 +0000 (11:16 -0600)
test/test-call-settings

index 60fe3ba..3258da7 100755 (executable)
@@ -42,14 +42,14 @@ if __name__ == "__main__":
        print "Current Property values:"
        print "Network Status of Call Waiting - Voice: %s" %\
                (properties['VoiceCallWaiting'])
-       print "Network Status of Called Line Restriction: %s" %\
-               (properties['CalledLineRestriction'])
+       print "Network Status of Connected Line Restriction: %s" %\
+               (properties['ConnectedLineRestriction'])
        print "Network Status of Calling Line Restriction: %s" %\
                (properties['CallingLineRestriction'])
        print "Network Status of Calling Line Presentation: %s" %\
                (properties['CallingLinePresentation'])
-       print "Network Status of Called Line Presentation: %s" %\
-               (properties['CalledLinePresentation'])
+       print "Network Status of Connected Line Presentation: %s" %\
+               (properties['ConnectedLinePresentation'])
        print "Hide my Caller Id: %s" % (properties['HideCallerId'])
 
        try: