summaryrefslogtreecommitdiffstats
path: root/test/test-call-settings
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-12-29 00:41:02 -0200
committerDenis Kenzior <denkenz@gmail.com>2010-12-30 11:16:14 -0600
commit9990c772376f1f26e7907c619632bb44cf163427 (patch)
tree16c86a7a5f5c0ce1f6c3739e4d78326f95425e03 /test/test-call-settings
parent0853c2d28e1d7f49950f4d2ffb3ec9839e88a04c (diff)
downloadofono-9990c772376f1f26e7907c619632bb44cf163427.tar.bz2
test: use new names for CalledLine* properties
Diffstat (limited to 'test/test-call-settings')
-rwxr-xr-xtest/test-call-settings8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test-call-settings b/test/test-call-settings
index 60fe3bae..3258da73 100755
--- a/test/test-call-settings
+++ b/test/test-call-settings
@@ -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: