summaryrefslogtreecommitdiff
path: root/tests/test-dbus-qeventloop/test-dbus-qeventloop.cpp
diff options
context:
space:
mode:
authorMartin Wolf <ext-martin.2.wolf@nokia.com>2010-05-17 16:02:02 +0300
committerMartin Wolf <ext-martin.2.wolf@nokia.com>2010-05-17 16:02:02 +0300
commitdef2b0c7930cd92b08351844a2e40a8e3ed94dae (patch)
treeeb7ecc6129ff639f93ef54bdb08e3f0a200854b3 /tests/test-dbus-qeventloop/test-dbus-qeventloop.cpp
parent0e279e4350932643144f4ba9ac0afe501cb94c47 (diff)
Added performance tests
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);