Commit Graph

6 Commits

Author SHA1 Message Date
Martin Pitt 0393a41e35 test: Make exceptions compatible with Python 3
Use "except Type as var" syntax to work with both Python >= 2.6
and Python 3.
2014-03-11 19:32:46 -05:00
Martin Pitt 0c1fcd2b50 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.
2014-03-11 19:32:18 -05:00
Gustavo F. Padovan 31813d833d test: add CNAP to test-ss-control-cs 2010-12-16 18:40:19 -06:00
Gustavo F. Padovan 964bb36a28 test: fix bug in test-ss-control-cs 2010-12-10 12:56:23 -06:00
Denis Kenzior ba6db3af42 test: Update to the new Manager api 2010-09-09 14:38:14 -05:00
Denis Kenzior 27349e877a Add Supplementary Services test for CallSettings 2009-05-28 18:28:48 -05:00