mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-15 02:10:29 +01:00
* test/qt/tst_hal.cpp: Remove the waiting, since it's not
needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
This commit is contained in:
parent
399c44a133
commit
3ed273a6ed
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com>
|
||||
|
||||
* test/qt/tst_hal.cpp: Remove the waiting, since it's not
|
||||
needed anymore. Requires Qt 4.1.3 to work properly. (r528148)
|
||||
|
||||
2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com>
|
||||
|
||||
Merge from Subversion:
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ void tst_Hal::getDevices()
|
|||
QDBusMessage reply = con.sendWithReply(msg);
|
||||
QVERIFY(!reply.isEmpty());
|
||||
QVERIFY(reply.type() == QDBusMessage::ReplyMessage);
|
||||
qDebug() << reply;
|
||||
//qDebug() << reply;
|
||||
}
|
||||
|
||||
void tst_Hal::lock()
|
||||
|
|
@ -70,8 +70,8 @@ void tst_Hal::lock()
|
|||
msg << "No reason...";
|
||||
|
||||
QDBusMessage reply = con.sendWithReply(msg);
|
||||
QTest::qWait(200);
|
||||
qDebug() << reply;
|
||||
//QTest::qWait(200);
|
||||
//qDebug() << reply;
|
||||
QCOMPARE(spy.count, 3);
|
||||
QCOMPARE(reply.type(), QDBusMessage::ReplyMessage);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue