summaryrefslogtreecommitdiff
path: root/tests/test-dbus-qeventloop/test-dbus-qeventloop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-dbus-qeventloop/test-dbus-qeventloop.cpp')
-rw-r--r--tests/test-dbus-qeventloop/test-dbus-qeventloop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-dbus-qeventloop/test-dbus-qeventloop.cpp b/tests/test-dbus-qeventloop/test-dbus-qeventloop.cpp
index 746a6ed..032156a 100644
--- a/tests/test-dbus-qeventloop/test-dbus-qeventloop.cpp
+++ b/tests/test-dbus-qeventloop/test-dbus-qeventloop.cpp
@@ -131,7 +131,7 @@ private slots:
void initTestCase() {
// First allocate and obtain
systemBus = dbus_bus_get(DBUS_BUS_SYSTEM, NULL);
- sessionBus = dbus_bus_get(DBUS_BUS_SESSION, NULL);;
+ sessionBus = dbus_bus_get(DBUS_BUS_SESSION, NULL);
// Last check, if server is running
pongServerRunningSystem = dbus_bus_name_has_owner(systemBus, "com.nokia.dbusqeventloop.test", NULL);
pongServerRunningSession = dbus_bus_name_has_owner(sessionBus, "com.nokia.dbusqeventloop.test", NULL);