summaryrefslogtreecommitdiffstats
path: root/test/test-network-registration
AgeCommit message (Collapse)AuthorFilesLines
2014-03-11test: Convert to Python 3Martin Pitt1-1/+1
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-11test: Move from static gobject bindings to GIMartin Pitt1-2/+2
Use GLib gobject-introspection bindings so that we can also use the scripts with Python 3.
2014-03-11test: Replace obsolete has_key() with "in"Martin Pitt1-2/+2
In order to also work with Python 3
2014-03-11test: Make exceptions compatible with Python 3Martin Pitt1-1/+1
Use "except Type as var" syntax to work with both Python >= 2.6 and Python 3.
2014-03-11test: Make print calls compatible with Python 3Martin Pitt1-12/+12
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.
2011-09-29test: add support to select modemGustavo F. Padovan1-7/+13
2011-01-20test: Remove deregister support from test scriptAki Niemi1-5/+1
2010-09-09test: Update to the new Manager apiDenis Kenzior1-2/+2
2010-08-18test: Update to new netreg APIDenis Kenzior1-20/+0
2010-06-03Fix wrong spelling of the word usageMarcel Holtmann1-3/+3
2010-03-25Update tests to new netreg APIDenis Kenzior1-3/+3
2010-03-25Rename AvailableOperators to OperatorsDenis Kenzior1-1/+1
2009-06-18Fix NetworkRegistration test by fixing indentation.Andrzej Zaborowski1-1/+1
[Sorry if you get this mail or some of the other mails a second time, I sent a copy from an unsubscribed address yesterday].
2009-06-12Fixup style issues with previous MCC/MNC patchDenis Kenzior1-1/+1
- Breakup MCC/MNC LENGTH constant - Don't hardcode numbers - Fix >80 column length - Fix test case to expect strings instead of shorts
2009-05-28Add test script for NetworkRegistration interfaceDenis Kenzior1-0/+89