summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-20 17:50:56 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-20 17:50:56 (GMT)
commit1a1a3dcff288b9f4256357aa376596f12e661d2e (patch)
tree5bfd61f251a29f38f72483828239dbfe6c4662be /tests
parenta9966a51c78e07e845a5764d8ce9d258baf6c471 (diff)
downloadQt-1a1a3dcff288b9f4256357aa376596f12e661d2e.zip
Qt-1a1a3dcff288b9f4256357aa376596f12e661d2e.tar.gz
Qt-1a1a3dcff288b9f4256357aa376596f12e661d2e.tar.bz2
use a list to keep track of registered script values
Get rid of the hash.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qscriptvalue/tst_qscriptvalue.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qscriptvalue/tst_qscriptvalue.cpp b/tests/auto/qscriptvalue/tst_qscriptvalue.cpp
index 718632b..16a9e87 100644
--- a/tests/auto/qscriptvalue/tst_qscriptvalue.cpp
+++ b/tests/auto/qscriptvalue/tst_qscriptvalue.cpp
@@ -3239,8 +3239,6 @@ void tst_QScriptValue::prettyPrinter()
void tst_QScriptValue::engineDeleted()
{
- //QFAIL("Crashes (need to invalidate scriptvalues when engine is deleted)");
-
QScriptEngine *eng = new QScriptEngine;
QScriptValue v1(eng, 123);
QVERIFY(v1.isNumber());