From 4ce8ec6db65b62e0b73655a70010a8e87f2a07b4 Mon Sep 17 00:00:00 2001 From: Olli Salli Date: Sat, 1 Jan 2011 22:34:24 +0200 Subject: TestConnRosterGroups: remove stale workaround for racy roster semantics fixed in the new API --- tests/dbus/conn-roster-groups.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/dbus/conn-roster-groups.cpp b/tests/dbus/conn-roster-groups.cpp index d4dba219..e8527967 100644 --- a/tests/dbus/conn-roster-groups.cpp +++ b/tests/dbus/conn-roster-groups.cpp @@ -483,15 +483,6 @@ void TestConnRosterGroups::testNotADeathTrap() SLOT(expectSuccessfulCall(Tp::PendingOperation*)))); QCOMPARE(mLoop->exec(), 0); - qDebug() << "waiting for group to be added"; - - // FIXME: Remove this once fd.o #29728 is fixed - while (!mConn->contactManager()->allKnownGroups().contains(QLatin1String("My successful entourage"))) { - mLoop->processEvents(); - } - - qDebug() << "group has been added"; - QVERIFY(connect(mConn->contactManager()->addContactsToGroup(QLatin1String("My successful entourage"), QList() << mContact), SIGNAL(finished(Tp::PendingOperation*)), -- cgit v1.2.3