]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* test/qt/tst_hal.cpp: Remove the waiting, since it's not
authorThiago Macieira <thiago@kde.org>
Mon, 10 Apr 2006 10:51:56 +0000 (10:51 +0000)
committerThiago Macieira <thiago@kde.org>
Mon, 10 Apr 2006 10:51:56 +0000 (10:51 +0000)
          needed anymore. Requires Qt 4.1.3 to work properly. (r528148)

ChangeLog
test/qt/tst_hal.cpp

index e57ae0599b8118c0da27d9e755c0a9bf641c757c..e39a985d5f28154b9932db38784b886fbc72fb47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 57c9b46d7bf31c2097f552b43c63fdcb4086fbcb..f98eb98a97c7d305886b365074177148ca1c9e93 100644 (file)
@@ -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);
 }