index
:
ayatana-indicator-power
main
personal/mariogrip/dbus-updates
personal/peat-psuwit/bring-back-lomiri-hints
release-builds
Ayatana Indicator Power Service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-device.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init...
Charles Kerr
2013-01-17
1
-26
/
+0
*
explicitly cast integral values to the correct type when passing them to a va...
Charles Kerr
2012-11-16
1
-4
/
+4
*
modify DeviceTest.Labels s.t. it fails (currently failing) if the 'short' str...
Charles Kerr
2012-11-07
1
-1
/
+1
*
in TestDevice.ChoosePrimary, add another test (currently failing) to confirm ...
Charles Kerr
2012-11-06
1
-0
/
+1
*
add unit test (currently failing) to test for the bug reported in LP bug #107...
Charles Kerr
2012-11-06
1
-11
/
+15
*
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 b...
Charles Kerr
2012-10-28
1
-0
/
+31
*
expand DeviceTest.ChoosePrimary to test choosing from a wider variety of devi...
Charles Kerr
2012-10-28
1
-67
/
+44
*
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
*
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 full,...
Charles Kerr
2012-10-03
1
-7
/
+15
*
copyediting: text formatting to make the icon list more readable
Charles Kerr
2012-09-05
1
-3
/
+6
*
reimplement indicator_power_device_get_icon_names() since our CA is incompati...
Charles Kerr
2012-06-06
1
-17
/
+17
*
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 bein...
Charles Kerr
2012-06-01
1
-1
/
+13
*
Fix edge case in indicator_power_device_get_icon_names() that returned a bad ...
Charles Kerr
2012-06-01
1
-0
/
+3
*
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
1
-12
/
+0
*
Add indicator_power_device_get_icon_names().
Charles Kerr
2012-05-31
1
-5
/
+196
*
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