Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Convert to Python 3 | Martin Pitt | 2014-03-11 | 1 | -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. | ||||
* | test: Move from static gobject bindings to GI | Martin Pitt | 2014-03-11 | 1 | -2/+2 |
| | | | | | Use GLib gobject-introspection bindings so that we can also use the scripts with Python 3. | ||||
* | test: Replace obsolete has_key() with "in" | Martin Pitt | 2014-03-11 | 1 | -2/+2 |
| | | | | In order to also work with Python 3 | ||||
* | test: Make exceptions compatible with Python 3 | Martin Pitt | 2014-03-11 | 1 | -1/+1 |
| | | | | | Use "except Type as var" syntax to work with both Python >= 2.6 and Python 3. | ||||
* | test: Make print calls compatible with Python 3 | Martin Pitt | 2014-03-11 | 1 | -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. | ||||
* | test: add support to select modem | Gustavo F. Padovan | 2011-09-29 | 1 | -7/+13 |
| | |||||
* | test: Remove deregister support from test script | Aki Niemi | 2011-01-20 | 1 | -5/+1 |
| | |||||
* | test: Update to the new Manager api | Denis Kenzior | 2010-09-09 | 1 | -2/+2 |
| | |||||
* | test: Update to new netreg API | Denis Kenzior | 2010-08-18 | 1 | -20/+0 |
| | |||||
* | Fix wrong spelling of the word usage | Marcel Holtmann | 2010-06-03 | 1 | -3/+3 |
| | |||||
* | Update tests to new netreg API | Denis Kenzior | 2010-03-25 | 1 | -3/+3 |
| | |||||
* | Rename AvailableOperators to Operators | Denis Kenzior | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | Fix NetworkRegistration test by fixing indentation. | Andrzej Zaborowski | 2009-06-18 | 1 | -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]. | ||||
* | Fixup style issues with previous MCC/MNC patch | Denis Kenzior | 2009-06-12 | 1 | -1/+1 |
| | | | | | | | - Breakup MCC/MNC LENGTH constant - Don't hardcode numbers - Fix >80 column length - Fix test case to expect strings instead of shorts | ||||
* | Add test script for NetworkRegistration interface | Denis Kenzior | 2009-05-28 | 1 | -0/+89 |