summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-06-25 04:26:23 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-06-25 04:26:23 (GMT)
commit2d7e341646e302506531cb0bf87b8da5d088c319 (patch)
tree1d7c54b777005523557aa4ff6afcedfb3636bff0 /tests
parente0913d038b3df628bc180d397681b9e6ec53a75c (diff)
downloadQt-2d7e341646e302506531cb0bf87b8da5d088c319.zip
Qt-2d7e341646e302506531cb0bf87b8da5d088c319.tar.gz
Qt-2d7e341646e302506531cb0bf87b8da5d088c319.tar.bz2
Allow custom parsers to handle attached properties
QTBUG-11283
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp b/tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp
index 2913ddd..639b2f3 100644
--- a/tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp
+++ b/tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp
@@ -263,7 +263,6 @@ void tst_qdeclarativestates::attachedPropertyChanges()
MyAttached *att = qobject_cast<MyAttached*>(attObj);
QVERIFY(att);
- QEXPECT_FAIL("", "QTBUG-11283", Abort);
QCOMPARE(att->foo(), 1);
}