QmlDebugJS: Re-enable autotest on mac
authorAurindam Jana <aurindam.jana@nokia.com>
Thu, 26 Apr 2012 09:32:21 +0000 (11:32 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 26 Apr 2012 09:46:06 +0000 (11:46 +0200)
Execute getScripts() which was previously skipped.

Task-number: QTBUG-23475
Change-Id: I8e64b112fe6fa2d032b386f477594c3c21286431
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp

index 8275f18..5f74f86 100644 (file)
@@ -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();