summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine/tst_qscriptengine.cpp
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-07-06 17:24:16 +0200
committerKent Hansen <khansen@trolltech.com>2009-07-06 17:24:16 +0200
commit0cac647b8b737709fcbd752d9d297ea485e69e2e (patch)
treee9bf6c9c8d10287e3bb9634e0196fbdcf973e10e /tests/auto/qscriptengine/tst_qscriptengine.cpp
parentbd98c3e2f7117c9538c1c81e95e866358c92f44a (diff)
start to implement QScriptEngine::importExtension()
Diffstat (limited to 'tests/auto/qscriptengine/tst_qscriptengine.cpp')
-rw-r--r--tests/auto/qscriptengine/tst_qscriptengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qscriptengine/tst_qscriptengine.cpp b/tests/auto/qscriptengine/tst_qscriptengine.cpp
index 4857569c64..6aab0e68c0 100644
--- a/tests/auto/qscriptengine/tst_qscriptengine.cpp
+++ b/tests/auto/qscriptengine/tst_qscriptengine.cpp
@@ -163,7 +163,6 @@ void tst_QScriptEngine::currentContext()
void tst_QScriptEngine::pushPopContext()
{
- QSKIP("{push,pop}context() not implemented", SkipAll);
QScriptEngine eng;
QScriptContext *globalCtx = eng.currentContext();
QScriptContext *ctx = eng.pushContext();