Commit Graph

14 Commits

Author SHA1 Message Date
Martin Pitt c027ab9fbc test: Convert to Python 3
Change raw_input() to input() and unicode to str. This is *not*
compatible with Python 2. Update the hashbangs to run with Python 3.
2014-03-11 19:34:08 -05:00
Martin Pitt ad4f90684f test: Move from static gobject bindings to GI
Use GLib gobject-introspection bindings so that we can also use the
scripts with Python 3.
2014-03-11 19:33:16 -05:00
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
Bertrand Aygon 2c249ca12f test: Add missing properties to test-call-settings 2011-03-08 13:21:52 -06:00
Bertrand Aygon 8f954f28de test: Allow specifiying the modem
in test/test-call-settings
2011-03-08 13:21:52 -06:00
Bertrand Aygon dfd3b44fab test: Allow test/test-call-settings to exit
if new value is equal to actual value
2011-03-08 13:21:52 -06:00
Lucas De Marchi 07acb249dc test: show CalledLinePresentation property 2011-01-13 10:04:36 -06:00
Lucas De Marchi 9990c77237 test: use new names for CalledLine* properties 2010-12-30 11:16:14 -06:00
Denis Kenzior ba6db3af42 test: Update to the new Manager api 2010-09-09 14:38:14 -05:00
Marcel Holtmann 997193ee6a Fix wrong spelling of the word usage 2010-06-03 10:12:34 -07:00
Denis Kenzior 558799db9c Remove unused function 2009-05-28 18:28:54 -05:00
Denis Kenzior d200f537d3 Minor style tweak 2009-05-28 18:28:51 -05:00
Denis Kenzior 7a7e1af833 Add simple test for CallSettings interface 2009-05-28 18:28:46 -05:00