aboutsummaryrefslogtreecommitdiff
path: root/tests/test-indicator-ng.c
Commit message (Collapse)AuthorAgeFilesLines
* indicator-ng: use indicator_image_helperLars Uebernickel2013-01-251-12/+1
| | | | | | | | gtk_icon_set_from_gicon doesn't scale rectangular icons correctly. This adds indicator_image_helper_update_from_gicon() and makes refresh_image() set a broken image instead of erroring out when an icon couldn't be found.
* indicator-ng: test indicator_ng_get_propertyLars Uebernickel2013-01-231-0/+15
|
* indicator-ng: more elaborate testingLars Uebernickel2013-01-231-6/+107
| | | | | | Use GTestDBus to spawn a small test service (tests/indicator-test-service.c) and check whether the indicator menu gets turned into a gtkmenu correctly.
* Add basic tests for indicator-ngLars Uebernickel2013-01-211-0/+62