aboutsummaryrefslogtreecommitdiff
path: root/tests/test-indicator.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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. ↵Charles Kerr2012-10-261-0/+2
| | | | IndicatorPower isn't leaking devices
* 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
| | | | / non-NULL branches of dispose()'s g_clear_pointer() calls
* 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
| | | | is installed.
* remove the g_clear_pointer() calls s.t. things will build and run on ↵Charles Kerr2012-05-241-1/+1
| | | | alesage's Jenkins setup running Precise
* add test-indicator.ccCharles Kerr2012-05-241-0/+52