Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | tests: add missing call to g_type_init() | Ben Chan | |
This patches fixes the following error when testing ModemManager with glib < 2.36, which still requires g_type_init() to be called: TEST: test-service-generic... (pid=20166) /MM/Service/Generic: (/work/ModemManager/plugins/.libs/lt-test-service-generic:20166): GLib-GObject-CRITICAL **: gtype.c:2720: You forgot to call g_type_init() FAIL | |||
2014-02-13 | tests: added support for DBus service tests | Aleksander Morgado | |
We can now run 'simulated' modems against a ModemManager running in its own session bus. |