GNOME Bugzilla – Bug 711051
Add basic test for the GNotification gtk backend
Last modified: 2013-11-23 20:20:41 UTC
This introduces GNotificationServer and a simple test using it into gio/tests. GNotificationServer is a server-side implementation of the protocol described in http://wiki.gnome.org/GNotification. This is still work in progress. I want to add some more elaborate tests with multiple GApplications. Just putting it here for people to have a look at. The second commit fixes the first (slightly embarrassing) bug that the test has uncovered.
Created attachment 258411 [details] [review] gtk-notification-backend: remove unused variable A reference to the session bus is now stored in GNotificationBackend. Remove the extraneous one in the gtk backend and stop using it in withdraw_notification.
Created attachment 258412 [details] [review] Add basic test for the GNotification gtk backend
Review of attachment 258411 [details] [review]: Yes, please :)
Comment on attachment 258411 [details] [review] gtk-notification-backend: remove unused variable Attachment 258411 [details] pushed as 425f307 - gtk-notification-backend: remove unused variable
Review of attachment 258412 [details] [review]: Lets get this in - a basic test is better than no test.
Attachment 258412 [details] pushed as 65da592 - Add basic test for the GNotification gtk backend