diff options
author | Ted Gould <ted@gould.cx> | 2010-02-19 16:19:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-19 16:19:14 -0600 |
commit | 96f2eb92c8ce54792cd48d3f8a558074b8132b92 (patch) | |
tree | 9dd0c789a01d51560fda661aab38197403b8c8ba /tests/test-libappindicator-dbus-server.c | |
parent | 435edba2721a55712c440bbc71fd47911680453d (diff) | |
parent | 7e683f7476324dd4490a6b6ec0dbd27fcd47c4da (diff) | |
download | libayatana-appindicator-96f2eb92c8ce54792cd48d3f8a558074b8132b92.tar.gz libayatana-appindicator-96f2eb92c8ce54792cd48d3f8a558074b8132b92.tar.bz2 libayatana-appindicator-96f2eb92c8ce54792cd48d3f8a558074b8132b92.zip |
Improving the dbus tests so that they have a mock watcher in them.
Diffstat (limited to 'tests/test-libappindicator-dbus-server.c')
-rw-r--r-- | tests/test-libappindicator-dbus-server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-libappindicator-dbus-server.c b/tests/test-libappindicator-dbus-server.c index 76f0e50..2d68950 100644 --- a/tests/test-libappindicator-dbus-server.c +++ b/tests/test-libappindicator-dbus-server.c @@ -44,6 +44,7 @@ main (gint argc, gchar * argv[]) g_debug("DBus ID: %s", dbus_connection_get_server_id(dbus_g_connection_get_connection(dbus_g_bus_get(DBUS_BUS_SESSION, NULL)))); AppIndicator * ci = app_indicator_new (TEST_ID, TEST_ICON_NAME, TEST_CATEGORY); + app_indicator_set_status (ci, TEST_STATE); app_indicator_set_attention_icon (ci, TEST_ATTENTION_ICON_NAME); |