summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-03-31 06:56:45 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-03-31 13:06:09 -0500
commitbf1ffc5b801579b79634a74767b73488fab5b795 (patch)
treebdb9cd08322f129d10a02a9e4a285e2cae518938
parenta3eeb885110181ac993e92e4d8748075c4031802 (diff)
downloadofono-bf1ffc5b801579b79634a74767b73488fab5b795.tar.bz2
Update property name in test-ussd
-rwxr-xr-xtest/test-ussd2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-ussd b/test/test-ussd
index 656c73e9..79dd5964 100755
--- a/test/test-ussd
+++ b/test/test-ussd
@@ -14,7 +14,7 @@ def ussd_request_received(content):
ss.Cancel()
def ussd_property_changed(name, value):
- if name != "USSDState":
+ if name != "State":
return
print("USSD session state is " + value)