diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-06-25 04:26:23 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-06-25 04:26:23 (GMT) |
commit | 2d7e341646e302506531cb0bf87b8da5d088c319 (patch) | |
tree | 1d7c54b777005523557aa4ff6afcedfb3636bff0 /tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp | |
parent | e0913d038b3df628bc180d397681b9e6ec53a75c (diff) | |
download | Qt-2d7e341646e302506531cb0bf87b8da5d088c319.zip Qt-2d7e341646e302506531cb0bf87b8da5d088c319.tar.gz Qt-2d7e341646e302506531cb0bf87b8da5d088c319.tar.bz2 |
Allow custom parsers to handle attached properties
QTBUG-11283
Diffstat (limited to 'tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp')
-rw-r--r-- | tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp | 1 |
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); } |