diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-11-25 10:28:28 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-11-25 10:28:34 (GMT) |
commit | 931a81a116dd453b1714f0faa2be42bddcd066aa (patch) | |
tree | 7d1aacaf168fa4db3bf6739a677f0ad7e832e721 /tests/auto/qscriptcontext/tst_qscriptcontext.cpp | |
parent | e6010544c06232ff1baed9123c0292a7aff6985e (diff) | |
parent | a90a5b09a8cd1017b3743175f15c4e548de180fb (diff) | |
download | Qt-931a81a116dd453b1714f0faa2be42bddcd066aa.zip Qt-931a81a116dd453b1714f0faa2be42bddcd066aa.tar.gz Qt-931a81a116dd453b1714f0faa2be42bddcd066aa.tar.bz2 |
Merge commit 'upstream/4.6' into oslo-staging-2/4.6
Diffstat (limited to 'tests/auto/qscriptcontext/tst_qscriptcontext.cpp')
-rw-r--r-- | tests/auto/qscriptcontext/tst_qscriptcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qscriptcontext/tst_qscriptcontext.cpp b/tests/auto/qscriptcontext/tst_qscriptcontext.cpp index a0af214..4ecd887 100644 --- a/tests/auto/qscriptcontext/tst_qscriptcontext.cpp +++ b/tests/auto/qscriptcontext/tst_qscriptcontext.cpp @@ -1114,7 +1114,7 @@ void tst_QScriptContext::calledAsConstructor() QVERIFY(!fun3.property("calledAsConstructor").toBool()); eng.evaluate("new test();"); if (qt_script_isJITEnabled()) - QEXPECT_FAIL("", "calledAsConstructor is not correctly set for JS functions when JIT is enabled", Continue); + QEXPECT_FAIL("", "QTBUG-6132: calledAsConstructor is not correctly set for JS functions when JIT is enabled", Continue); QVERIFY(fun3.property("calledAsConstructor").toBool()); } |