aboutsummaryrefslogtreecommitdiff
path: root/tests/test-device.cc
Commit message (Expand)AuthorAgeFilesLines
* reimplement indicator_power_device_get_icon_names() since our CA is incompati...Charles Kerr2012-06-061-17/+17
* use C++-style comments in test-device.ccCharles Kerr2012-06-011-32/+32
* In indicator_power_device_get_time_details(), add a test for non-devices bein...Charles Kerr2012-06-011-1/+13
* Fix edge case in indicator_power_device_get_icon_names() that returned a bad ...Charles Kerr2012-06-011-0/+3
* Add coverage test for AC Adapters in indicator_power_device_get_time_details()Charles Kerr2012-06-011-0/+8
* Add unit tests for indicator_power_device_get_time_details()Charles Kerr2012-06-011-2/+87
* remove IndicatorPowerDevice's now-unused device icon string.Charles Kerr2012-05-311-12/+0
* Add indicator_power_device_get_icon_names().Charles Kerr2012-05-311-5/+196
* call g_object_run_dispose() in a standalone test to get coverage on the NULL ...Charles Kerr2012-05-261-0/+1
* ah, c++ is too smart for the last commit's implicit conversion.Charles Kerr2012-05-241-1/+1
* test passing bad non-NULL pointers to Device's accessorsCharles Kerr2012-05-241-6/+16
* add unit tests confirming that the device accessor functions won't crash when...Charles Kerr2012-05-241-0/+14
* remove the tests that attempted to exercise the code removed in r151Charles Kerr2012-05-241-33/+2
* add unit tests for getting/setting device propertiesCharles Kerr2012-05-241-0/+90
* remove the g_clear_pointer() calls s.t. things will build and run on alesage'...Charles Kerr2012-05-241-4/+4
* add private container struct IndicatorPowerDeviceCharles Kerr2012-05-241-0/+99