summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-03-31 13:23:39 (GMT)
committerRoberto Raggi <roberto.raggi@nokia.com>2010-03-31 13:24:56 (GMT)
commit5746327c5566223f01f10f62baf8d7c3e47a6c9f (patch)
tree32627619eadf2ae18d0c3aa12044ff8ba06f5aba /tests/auto/declarative/qdeclarativelanguage
parent0373325dd1390682922dd07614214c453d473ce3 (diff)
downloadQt-5746327c5566223f01f10f62baf8d7c3e47a6c9f.zip
Qt-5746327c5566223f01f10f62baf8d7c3e47a6c9f.tar.gz
Qt-5746327c5566223f01f10f62baf8d7c3e47a6c9f.tar.bz2
Fixed: Declared properties cannot be assigned in declaration
Task-number: QTBUG-7860
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp b/tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp
index e2cf5ca..0f11498 100644
--- a/tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp
+++ b/tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp
@@ -1065,7 +1065,6 @@ void tst_qdeclarativelanguage::defaultPropertyListOrder()
void tst_qdeclarativelanguage::declaredPropertyValues()
{
QDeclarativeComponent component(&engine, TEST_FILE("declaredPropertyValues.qml"));
- QEXPECT_FAIL("", "QTBUG-7860", Abort);
VERIFY_ERRORS(0);
}