test: Make print calls compatible with Python 3
authorMartin Pitt <martin.pitt@ubuntu.com>
Tue, 11 Mar 2014 16:39:18 +0000 (17:39 +0100)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 12 Mar 2014 00:32:18 +0000 (19:32 -0500)
commit0c1fcd2b50908bda607fce70c796033e33832b11
tree05af7c047cdb39229efd344bba4aa2198ea9105c
parentc54e4763f8f4f6239a778994cf68f077ad2b170d
test: Make print calls compatible with Python 3

Turn print calls into print() function calls and avoid using
comma-separated arguments, so that they work and look the same with
both Python 2 and 3.
86 files changed:
test/activate-context
test/answer-calls
test/backtrace
test/cancel-ussd
test/cdma-connman-disable
test/cdma-connman-enable
test/cdma-dial-number
test/cdma-list-call
test/cdma-set-credentials
test/change-pin
test/create-internet-context
test/create-mms-context
test/create-multiparty
test/deactivate-context
test/dial-number
test/disable-call-forwarding
test/disable-gprs
test/disable-modem
test/display-icon
test/dundee-connect
test/dundee-disconnect
test/enable-cbs
test/enable-gprs
test/enable-modem
test/enter-pin
test/get-icon
test/get-operators
test/get-tech-preference
test/hangup-active
test/hangup-call
test/initiate-ussd
test/list-calls
test/list-contexts
test/list-messages
test/list-modems
test/list-operators
test/lock-pin
test/lockdown-modem
test/monitor-dundee
test/monitor-ofono
test/offline-modem
test/online-modem
test/private-chat
test/process-context-settings
test/receive-sms
test/reject-calls
test/release-and-answer
test/release-and-swap
test/remove-contexts
test/reset-pin
test/scan-for-operators
test/send-sms
test/send-ussd
test/send-vcal
test/send-vcard
test/set-call-forwarding
test/set-cbs-topics
test/set-context-property
test/set-fast-dormancy
test/set-gsm-band
test/set-mms-details
test/set-msisdn
test/set-roaming-allowed
test/set-tech-preference
test/set-tty
test/set-umts-band
test/set-use-sms-reports
test/test-advice-of-charge
test/test-call-barring
test/test-call-forwarding
test/test-call-settings
test/test-cbs
test/test-gnss
test/test-message-waiting
test/test-modem
test/test-network-registration
test/test-phonebook
test/test-push-notification
test/test-smart-messaging
test/test-sms
test/test-ss
test/test-ss-control-cb
test/test-ss-control-cf
test/test-ss-control-cs
test/test-stk-menu
test/unlock-pin