aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* modify IndicatorPower to use IndicatorPowerDevices internallyCharles Kerr2012-05-251-3/+28
* 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
* don't include the unit tests' code in coverage metricsCharles Kerr2012-05-241-3/+2
* add unit tests for getting/setting device propertiesCharles Kerr2012-05-241-0/+90
* first draft of getting GSettings working in the unit tests before the schema ...Charles Kerr2012-05-242-4/+33
* remove the g_clear_pointer() calls s.t. things will build and run on alesage'...Charles Kerr2012-05-242-5/+5
* add test-indicator.ccCharles Kerr2012-05-241-0/+52
* add a 'hello world' test for instantiating IndicatorPowerCharles Kerr2012-05-241-12/+25
* add private container struct IndicatorPowerDeviceCharles Kerr2012-05-243-0/+175