From 670019c9df91b44f507589e4a2729e08d72624d1 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Fri, 4 Dec 2009 10:54:45 -0600 Subject: Test fixes --- tests/test-libappindicator-dbus-server.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test-libappindicator-dbus-server.c') diff --git a/tests/test-libappindicator-dbus-server.c b/tests/test-libappindicator-dbus-server.c index b316456..d900899 100644 --- a/tests/test-libappindicator-dbus-server.c +++ b/tests/test-libappindicator-dbus-server.c @@ -46,10 +46,10 @@ main (gint argc, gchar * argv[]) DbusmenuServer * dms = dbusmenu_server_new(TEST_OBJECT); - AppIndicator * ci = APP_INDICATOR(g_object_new(APP_INDICATOR_TYPE, + AppIndicator * ci = APP_INDICATOR(g_object_new(APP_INDICATOR_TYPE, "id", TEST_ID, - "category-enum", TEST_CATEGORY, - "status-enum", TEST_STATE, + "category", TEST_CATEGORY, + "status", TEST_STATE, "icon-name", TEST_ICON_NAME, "attention-icon-name", TEST_ATTENTION_ICON_NAME, "menu-object", dms, -- cgit v1.2.3