From c39f6b0214b84b578abcf6aa454539f05baa8174 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Thu, 26 Apr 2012 11:32:21 +0200 Subject: [PATCH] QmlDebugJS: Re-enable autotest on mac Execute getScripts() which was previously skipped. Task-number: QTBUG-23475 Change-Id: I8e64b112fe6fa2d032b386f477594c3c21286431 Reviewed-by: Kai Koehne --- tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp | 4 ---- 1 file changed, 4 deletions(-) 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(); -- 2.7.4