aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebughelper/tst_qdeclarativedebughelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebughelper/tst_qdeclarativedebughelper.cpp')
-rw-r--r--tests/auto/declarative/qdeclarativedebughelper/tst_qdeclarativedebughelper.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/declarative/qdeclarativedebughelper/tst_qdeclarativedebughelper.cpp b/tests/auto/declarative/qdeclarativedebughelper/tst_qdeclarativedebughelper.cpp
index 5fecd29c51..505361bc27 100644
--- a/tests/auto/declarative/qdeclarativedebughelper/tst_qdeclarativedebughelper.cpp
+++ b/tests/auto/declarative/qdeclarativedebughelper/tst_qdeclarativedebughelper.cpp
@@ -52,7 +52,6 @@
class tst_qdeclarativedebughelper : public QObject {
Q_OBJECT
private slots:
- void getScriptEngine();
void setAnimationSlowDownFactor();
void enableDebugging();
};
@@ -71,15 +70,6 @@ public:
}
};
-void tst_qdeclarativedebughelper::getScriptEngine()
-{
- QDeclarativeEngine engine;
-
- QScriptEngine *scriptEngine = QDeclarativeDebugHelper::getScriptEngine(&engine);
- QVERIFY(scriptEngine);
- QCOMPARE(scriptEngine, QDeclarativeEnginePrivate::getScriptEngine(&engine));
-}
-
void tst_qdeclarativedebughelper::setAnimationSlowDownFactor()
{
TestAnimation animation;