summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptable
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2010-01-05 11:32:29 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2010-01-05 11:33:03 (GMT)
commitea55f9b52479fd2cdb6d6deb740df5f495145cd1 (patch)
treeb81b6799b0f3581cee6e0c00110e5b571a9661a7 /tests/auto/qscriptable
parent3f8eaba6caaf5b97f4834e6ff206b779479becdc (diff)
downloadQt-ea55f9b52479fd2cdb6d6deb740df5f495145cd1.zip
Qt-ea55f9b52479fd2cdb6d6deb740df5f495145cd1.tar.gz
Qt-ea55f9b52479fd2cdb6d6deb740df5f495145cd1.tar.bz2
Fix test: The bug is now fixed
Diffstat (limited to 'tests/auto/qscriptable')
-rw-r--r--tests/auto/qscriptable/tst_qscriptable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qscriptable/tst_qscriptable.cpp b/tests/auto/qscriptable/tst_qscriptable.cpp
index c0945d8..7ed0a8a 100644
--- a/tests/auto/qscriptable/tst_qscriptable.cpp
+++ b/tests/auto/qscriptable/tst_qscriptable.cpp
@@ -332,7 +332,6 @@ void tst_QScriptable::thisObject()
{
QVERIFY(!m_scriptable.oofThisObject().isValid());
m_engine.evaluate("o.oof = 123");
- QEXPECT_FAIL("", "QTBUG-5749: Setter doesn't get called when it's in the prototype", Continue);
QVERIFY(m_scriptable.oofThisObject().strictlyEquals(m_engine.evaluate("o")));
}
{