summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-07-06 15:24:16 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-07-06 15:24:16 (GMT)
commit0cac647b8b737709fcbd752d9d297ea485e69e2e (patch)
treee9bf6c9c8d10287e3bb9634e0196fbdcf973e10e /tests/auto/qscriptengine
parentbd98c3e2f7117c9538c1c81e95e866358c92f44a (diff)
downloadQt-0cac647b8b737709fcbd752d9d297ea485e69e2e.zip
Qt-0cac647b8b737709fcbd752d9d297ea485e69e2e.tar.gz
Qt-0cac647b8b737709fcbd752d9d297ea485e69e2e.tar.bz2
start to implement QScriptEngine::importExtension()
Diffstat (limited to 'tests/auto/qscriptengine')
-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 4857569..6aab0e6 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();