diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2010-01-05 12:32:29 +0100 |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2010-01-05 12:33:03 +0100 |
commit | ea55f9b52479fd2cdb6d6deb740df5f495145cd1 (patch) | |
tree | b81b6799b0f3581cee6e0c00110e5b571a9661a7 /tests/auto/qscriptable | |
parent | 3f8eaba6caaf5b97f4834e6ff206b779479becdc (diff) | |
download | qt4-tools-ea55f9b52479fd2cdb6d6deb740df5f495145cd1.tar.gz |
Fix test: The bug is now fixed
Diffstat (limited to 'tests/auto/qscriptable')
-rw-r--r-- | tests/auto/qscriptable/tst_qscriptable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qscriptable/tst_qscriptable.cpp b/tests/auto/qscriptable/tst_qscriptable.cpp index c0945d800f..7ed0a8a7f3 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"))); } { |