QmlDebugging: Remove 'insignificant_test'
authorAurindam Jana <aurindam.jana@digia.com>
Tue, 19 Mar 2013 12:41:34 +0000 (13:41 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 6 Apr 2013 08:11:09 +0000 (10:11 +0200)
The test cases used to depend on a specific port being free for
client-server communication. Since, the test cases now use a port
range, they should be more stable now. The timeout has also been
increased from 5s to 10s to ensure that the application output
is read.

Task-number: QTBUG-28263

Change-Id: I7f0670713b8a901e4da3c3d62bbb9fc18e38bd25
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro
tests/auto/qml/debugger/shared/debugutil_p.h

index d4ce36d..eb5f17a 100644 (file)
@@ -22,5 +22,3 @@ OTHER_FILES += data/test.qml data/test.js \
     data/breakpointRelocation.qml \
     data/createComponent.qml
 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
-
-mac:CONFIG+=insignificant_test # QTBUG-28263
index 363aabb..2b9a943 100644 (file)
@@ -57,7 +57,7 @@
 class QQmlDebugTest
 {
 public:
-    static bool waitForSignal(QObject *receiver, const char *member, int timeout = 5000);
+    static bool waitForSignal(QObject *receiver, const char *member, int timeout = 10000);
 };
 
 class QQmlDebugTestClient : public QQmlDebugClient