aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-12 00:06:47 -0600
committerTed Gould <ted@gould.cx>2010-01-12 00:06:47 -0600
commitbd7a48ff7e9558d4df3082ba20d20dfed7770429 (patch)
tree366de75d706aef03283bd7069fff20f1154d766a /tests
parentd104014dddb2cfcde197b6c70ca3765a624ba23f (diff)
downloadayatana-indicator-application-bd7a48ff7e9558d4df3082ba20d20dfed7770429.tar.gz
ayatana-indicator-application-bd7a48ff7e9558d4df3082ba20d20dfed7770429.tar.bz2
ayatana-indicator-application-bd7a48ff7e9558d4df3082ba20d20dfed7770429.zip
Fixing the path for the tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libappindicator-dbus-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-dbus-client.c b/tests/test-libappindicator-dbus-client.c
index 8598f9a..5a7107f 100644
--- a/tests/test-libappindicator-dbus-client.c
+++ b/tests/test-libappindicator-dbus-client.c
@@ -200,7 +200,7 @@ main (gint argc, gchar * argv[])
DBusGProxy * props = dbus_g_proxy_new_for_name_owner(session_bus,
":1.0",
- "/need/a/path",
+ "/org/ayatana/NotificationItem",
DBUS_INTERFACE_PROPERTIES,
&error);
if (error != NULL) {