From: Aurindam Jana Date: Thu, 26 Apr 2012 09:32:21 +0000 (+0200) Subject: QmlDebugJS: Re-enable autotest on mac X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c39f6b0214b84b578abcf6aa454539f05baa8174;p=konrad%2Fqtdeclarative.git QmlDebugJS: Re-enable autotest on mac Execute getScripts() which was previously skipped. Task-number: QTBUG-23475 Change-Id: I8e64b112fe6fa2d032b386f477594c3c21286431 Reviewed-by: Kai Koehne --- diff --git a/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp b/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp index 8275f18..5f74f86 100644 --- a/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp +++ b/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp @@ -1760,10 +1760,6 @@ void tst_QQmlDebugJS::getScripts() { //void scripts(int types = -1, QList ids = QList(), bool includeSource = false, QVariant filter = QVariant()); -#ifdef Q_OS_MAC - QSKIP("QTBUG-23475 - Unreliable test on Mac OS X"); -#endif - QVERIFY(init()); client->connect();