aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugjs
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2012-04-26 11:32:21 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-26 11:46:06 +0200
commitc39f6b0214b84b578abcf6aa454539f05baa8174 (patch)
tree88fa290f7b918ddbf7737b031a0c92d76bdf80e0 /tests/auto/qml/debugger/qqmldebugjs
parent7a277f818ca4664fdb288fe6c0abab7d4694d5f3 (diff)
QmlDebugJS: Re-enable autotest on mac
Execute getScripts() which was previously skipped. Task-number: QTBUG-23475 Change-Id: I8e64b112fe6fa2d032b386f477594c3c21286431 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tests/auto/qml/debugger/qqmldebugjs')
-rw-r--r--tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp b/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp
index 8275f18b30..5f74f865ec 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<int> ids = QList<int>(), bool includeSource = false, QVariant filter = QVariant());
-#ifdef Q_OS_MAC
- QSKIP("QTBUG-23475 - Unreliable test on Mac OS X");
-#endif
-
QVERIFY(init());
client->connect();