aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | add a courtesy message to let observers know that test-device isn't stuck, it...Charles Kerr2014-03-191-0/+7
* | when choosing a primary device and more than one battery is found, accumulate...Charles Kerr2014-03-191-65/+95
|/
* update the header / menuitem text / accessible text to reflect the changes in...Charles Kerr2014-03-042-41/+113
* Adding basic acceptance testsTed Gould2014-01-311-0/+24
* use the correct battery icon when charging/dischargingCharles Kerr2013-10-011-12/+12
* update the tests to look at the 24 hour thresholdCharles Kerr2013-08-231-3/+3
* copyediting: remove trailing spaces in source codeCharles Kerr2013-08-223-25/+25
* add show-percentage feature, basing off Haw Loeung's patch.Charles Kerr2013-08-221-33/+79
* get test-devices building and passing again.Charles Kerr2013-06-173-59/+63
* first steps at fixing the tests that broke during GMenuificationCharles Kerr2013-06-162-9/+6
* Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether the...Mathieu Trudel-Lapierre2013-03-051-0/+1
* Fix path to gtest sources.Mathieu Trudel-Lapierre2013-01-221-2/+2
* remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init...Charles Kerr2013-01-173-46/+0
* explicitly cast integral values to the correct type when passing them to a va...Charles Kerr2012-11-161-4/+4
* modify DeviceTest.Labels s.t. it fails (currently failing) if the 'short' str...Charles Kerr2012-11-071-1/+1
* in TestDevice.ChoosePrimary, add another test (currently failing) to confirm ...Charles Kerr2012-11-061-0/+1
* add unit test (currently failing) to test for the bug reported in LP bug #107...Charles Kerr2012-11-061-11/+15
* in TestDevice, make the log variable names a little more consistentCharles Kerr2012-10-281-14/+14
* set DeviceTest's gwarning/gcritical log func to one that prints no messages b...Charles Kerr2012-10-281-0/+31
* expand DeviceTest.ChoosePrimary to test choosing from a wider variety of devi...Charles Kerr2012-10-281-67/+44
* add test (currently failing) to detect the logic error reported in bug #1071757Charles Kerr2012-10-261-0/+16
* fix comment typoCharles Kerr2012-10-261-1/+1
* Select the primary device based on the spec's criteria. Add tests to confirm.Charles Kerr2012-10-261-0/+75
* 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. IndicatorPowe...Charles Kerr2012-10-261-0/+2
* the device kind string wasn't being used in some icon names.Charles Kerr2012-10-251-145/+196
* when discharging the battery, prefer the percent-charged icons over the full,...Charles Kerr2012-10-031-7/+15
* copyediting: text formatting to make the icon list more readableCharles Kerr2012-09-051-3/+6
* disable test-dbus-listener for nowCharles Kerr2012-07-031-5/+5
* 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-312-25/+10
* Add indicator_power_device_get_icon_names().Charles Kerr2012-05-311-5/+196
* add a test to make sure that the listener responds to a PropertiesChanged signalCharles Kerr2012-05-291-0/+62
* add tests for gsd GetDevices returning (a) no devices and (b) an errorCharles Kerr2012-05-291-130/+196
* add more tests to improve coverage: different device types, no primary deviceCharles Kerr2012-05-282-0/+62
* add a mock GSD.Power to handle the GetPower requestsCharles Kerr2012-05-281-1/+169
* use signals to decouple i-power and dbus-listenerCharles Kerr2012-05-271-32/+28
* Add skeleton test for IndicatorPowerDbusListenerCharles Kerr2012-05-272-0/+79
* 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-262-0/+2
* 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