aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-22 14:15:53 -0500
committerTed Gould <ted@canonical.com>2009-10-22 14:15:53 -0500
commit199365d6ddaa30851c0a291fdfa288a8bc8ecb5f (patch)
treefe64539d919eed8d63ebe63c7ff5f97750cc7640 /tests
parent9db2ce55c3f314f6547a00e592f0caf8a45f8f01 (diff)
downloadayatana-indicator-application-199365d6ddaa30851c0a291fdfa288a8bc8ecb5f.tar.gz
ayatana-indicator-application-199365d6ddaa30851c0a291fdfa288a8bc8ecb5f.tar.bz2
ayatana-indicator-application-199365d6ddaa30851c0a291fdfa288a8bc8ecb5f.zip
Settng the right path
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libcustomindicator-dbus-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libcustomindicator-dbus-client.c b/tests/test-libcustomindicator-dbus-client.c
index 0ac1071..a506760 100644
--- a/tests/test-libcustomindicator-dbus-client.c
+++ b/tests/test-libcustomindicator-dbus-client.c
@@ -102,7 +102,7 @@ main (gint argc, gchar * argv[])
DBusGProxy * props = dbus_g_proxy_new_for_name_owner(session_bus,
":1.0",
- "/test",
+ "/need/a/path",
DBUS_INTERFACE_PROPERTIES,
&error);
if (error != NULL) {