Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call g_object_run_dispose() in a standalone test to get coverage on the NULL ... | Charles Kerr | 2012-05-26 | 1 | -0/+1 |
* | ah, c++ is too smart for the last commit's implicit conversion. | Charles Kerr | 2012-05-24 | 1 | -1/+1 |
* | test passing bad non-NULL pointers to Device's accessors | Charles Kerr | 2012-05-24 | 1 | -6/+16 |
* | add unit tests confirming that the device accessor functions won't crash when... | Charles Kerr | 2012-05-24 | 1 | -0/+14 |
* | remove the tests that attempted to exercise the code removed in r151 | Charles Kerr | 2012-05-24 | 1 | -33/+2 |
* | add unit tests for getting/setting device properties | Charles Kerr | 2012-05-24 | 1 | -0/+90 |
* | remove the g_clear_pointer() calls s.t. things will build and run on alesage'... | Charles Kerr | 2012-05-24 | 1 | -4/+4 |
* | add private container struct IndicatorPowerDevice | Charles Kerr | 2012-05-24 | 1 | -0/+99 |