aboutsummaryrefslogtreecommitdiff
path: root/tests/test-indicator.cc
Commit message (Expand)AuthorAgeFilesLines
* remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init...Charles Kerr2013-01-171-1/+0
* silence the known/nonbug gtk and glib warningsCharles Kerr2012-10-261-0/+12
* add unit tests to confirm the device refcounts are correct s.t. IndicatorPowe...Charles Kerr2012-10-261-0/+2
* remove IndicatorPowerDevice's now-unused device icon string.Charles Kerr2012-05-311-13/+10
* add more tests to improve coverage: different device types, no primary deviceCharles Kerr2012-05-281-0/+61
* use signals to decouple i-power and dbus-listenerCharles Kerr2012-05-271-32/+28
* add coverage for charging with >1 minute but <1 hour leftCharles Kerr2012-05-261-0/+9
* add coverage for DBusListener get_property()Charles Kerr2012-05-261-0/+17
* call g_object_run_dispose() in a standalone test to get coverage on the NULL ...Charles Kerr2012-05-261-0/+1
* extract-method to simplify testing the accessible textCharles Kerr2012-05-261-47/+45
* add coverage for various charging/discharging/charged statesCharles Kerr2012-05-261-3/+101
* first draft of adding tests for a discharging batteryCharles Kerr2012-05-261-0/+35
* make Jenkins happyCharles Kerr2012-05-251-2/+2
* modify IndicatorPower to use IndicatorPowerDevices internallyCharles Kerr2012-05-251-3/+28
* first draft of getting GSettings working in the unit tests before the schema ...Charles Kerr2012-05-241-2/+25
* remove the g_clear_pointer() calls s.t. things will build and run on alesage'...Charles Kerr2012-05-241-1/+1
* add test-indicator.ccCharles Kerr2012-05-241-0/+52