Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding basic acceptance tests | Ted Gould | 2014-01-31 | 1 | -0/+24 |
| | |||||
* | use the correct battery icon when charging/discharging | Charles Kerr | 2013-10-01 | 1 | -12/+12 |
| | |||||
* | update the tests to look at the 24 hour threshold | Charles Kerr | 2013-08-23 | 1 | -3/+3 |
| | |||||
* | copyediting: remove trailing spaces in source code | Charles Kerr | 2013-08-22 | 3 | -25/+25 |
| | |||||
* | add show-percentage feature, basing off Haw Loeung's patch. | Charles Kerr | 2013-08-22 | 1 | -33/+79 |
| | |||||
* | get test-devices building and passing again. | Charles Kerr | 2013-06-17 | 3 | -59/+63 |
| | |||||
* | first steps at fixing the tests that broke during GMenuification | Charles Kerr | 2013-06-16 | 2 | -9/+6 |
| | |||||
* | Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether ↵ | Mathieu Trudel-Lapierre | 2013-03-05 | 1 | -0/+1 |
| | | | | there are extra libraries we should link against. | ||||
* | Fix path to gtest sources. | Mathieu Trudel-Lapierre | 2013-01-22 | 1 | -2/+2 |
| | |||||
* | remove g_type_init() calls and bump glib minimum to 2.35.4, where ↵ | Charles Kerr | 2013-01-17 | 3 | -46/+0 |
| | | | | g_type_init() is deprecated | ||||
* | explicitly cast integral values to the correct type when passing them to a ↵ | Charles Kerr | 2012-11-16 | 1 | -4/+4 |
| | | | | varargs function. | ||||
* | modify DeviceTest.Labels s.t. it fails (currently failing) if the 'short' ↵ | Charles Kerr | 2012-11-07 | 1 | -1/+1 |
| | | | | string for an AC Adapter is nonempty. | ||||
* | in TestDevice.ChoosePrimary, add another test (currently failing) to confirm ↵ | Charles Kerr | 2012-11-06 | 1 | -0/+1 |
| | | | | that when indicator-datetime is choosing from devices that are neither charging nor discharging, batteries are more interesting than other devices, and other devices are more interesting than UP_DEVICE_KIND_LINE_POWER | ||||
* | add unit test (currently failing) to test for the bug reported in LP bug ↵ | Charles Kerr | 2012-11-06 | 1 | -11/+15 |
| | | | | #1075192 | ||||
* | in TestDevice, make the log variable names a little more consistent | Charles Kerr | 2012-10-28 | 1 | -14/+14 |
| | |||||
* | set DeviceTest's gwarning/gcritical log func to one that prints no messages ↵ | Charles Kerr | 2012-10-28 | 1 | -0/+31 |
| | | | | but accumulates the log count. This way we can both (a) silence in-console warnings that look like bugs in the test but are actually desirable warnings generated by fuzz testing, and (b) assert that we get exactly as many warnings/criticals as we expect to get. | ||||
* | expand DeviceTest.ChoosePrimary to test choosing from a wider variety of ↵ | Charles Kerr | 2012-10-28 | 1 | -67/+44 |
| | | | | device states. | ||||
* | add test (currently failing) to detect the logic error reported in bug #1071757 | Charles Kerr | 2012-10-26 | 1 | -0/+16 |
| | |||||
* | fix comment typo | Charles Kerr | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | Select the primary device based on the spec's criteria. Add tests to confirm. | Charles Kerr | 2012-10-26 | 1 | -0/+75 |
| | |||||
* | silence the known/nonbug gtk and glib warnings | Charles Kerr | 2012-10-26 | 1 | -0/+12 |
| | |||||
* | add unit tests to confirm the device refcounts are correct s.t. ↵ | Charles Kerr | 2012-10-26 | 1 | -0/+2 |
| | | | | IndicatorPower isn't leaking devices | ||||
* | the device kind string wasn't being used in some icon names. | Charles Kerr | 2012-10-25 | 1 | -145/+196 |
| | |||||
* | when discharging the battery, prefer the percent-charged icons over the ↵ | Charles Kerr | 2012-10-03 | 1 | -7/+15 |
| | | | | full,good,low icons because the former show a more accurate view of the charge. | ||||
* | copyediting: text formatting to make the icon list more readable | Charles Kerr | 2012-09-05 | 1 | -3/+6 |
| | |||||
* | disable test-dbus-listener for now | Charles Kerr | 2012-07-03 | 1 | -5/+5 |
| | |||||
* | reimplement indicator_power_device_get_icon_names() since our CA is ↵ | Charles Kerr | 2012-06-06 | 1 | -17/+17 |
| | | | | incompatible with reusing code from GSD. | ||||
* | use C++-style comments in test-device.cc | Charles Kerr | 2012-06-01 | 1 | -32/+32 |
| | |||||
* | In indicator_power_device_get_time_details(), add a test for non-devices ↵ | Charles Kerr | 2012-06-01 | 1 | -1/+13 |
| | | | | being passed in. | ||||
* | Fix edge case in indicator_power_device_get_icon_names() that returned a bad ↵ | Charles Kerr | 2012-06-01 | 1 | -0/+3 |
| | | | | value if the caller passed in a NULL pointer as a device. Added regression test. | ||||
* | Add coverage test for AC Adapters in indicator_power_device_get_time_details() | Charles Kerr | 2012-06-01 | 1 | -0/+8 |
| | |||||
* | Add unit tests for indicator_power_device_get_time_details() | Charles Kerr | 2012-06-01 | 1 | -2/+87 |
| | |||||
* | remove IndicatorPowerDevice's now-unused device icon string. | Charles Kerr | 2012-05-31 | 2 | -25/+10 |
| | |||||
* | Add indicator_power_device_get_icon_names(). | Charles Kerr | 2012-05-31 | 1 | -5/+196 |
| | | | | | | | The main goal of this change is to make it possible to test the device's icon. A secondary goal is to clarify in the code how indicator-power's icons differ from the ones recommended by GSD. | ||||
* | add a test to make sure that the listener responds to a PropertiesChanged signal | Charles Kerr | 2012-05-29 | 1 | -0/+62 |
| | |||||
* | add tests for gsd GetDevices returning (a) no devices and (b) an error | Charles Kerr | 2012-05-29 | 1 | -130/+196 |
| | |||||
* | add more tests to improve coverage: different device types, no primary device | Charles Kerr | 2012-05-28 | 2 | -0/+62 |
| | |||||
* | add a mock GSD.Power to handle the GetPower requests | Charles Kerr | 2012-05-28 | 1 | -1/+169 |
| | |||||
* | use signals to decouple i-power and dbus-listener | Charles Kerr | 2012-05-27 | 1 | -32/+28 |
| | |||||
* | Add skeleton test for IndicatorPowerDbusListener | Charles Kerr | 2012-05-27 | 2 | -0/+79 |
| | |||||
* | add coverage for charging with >1 minute but <1 hour left | Charles Kerr | 2012-05-26 | 1 | -0/+9 |
| | |||||
* | add coverage for DBusListener get_property() | Charles Kerr | 2012-05-26 | 1 | -0/+17 |
| | |||||
* | call g_object_run_dispose() in a standalone test to get coverage on the NULL ↵ | Charles Kerr | 2012-05-26 | 2 | -0/+2 |
| | | | | / non-NULL branches of dispose()'s g_clear_pointer() calls | ||||
* | extract-method to simplify testing the accessible text | Charles Kerr | 2012-05-26 | 1 | -47/+45 |
| | |||||
* | add coverage for various charging/discharging/charged states | Charles Kerr | 2012-05-26 | 1 | -3/+101 |
| | |||||
* | first draft of adding tests for a discharging battery | Charles Kerr | 2012-05-26 | 1 | -0/+35 |
| | |||||
* | make Jenkins happy | Charles Kerr | 2012-05-25 | 1 | -2/+2 |
| | |||||
* | modify IndicatorPower to use IndicatorPowerDevices internally | Charles Kerr | 2012-05-25 | 1 | -3/+28 |
| | |||||
* | 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 |
| |