Improve QQuickText tests
authorYann Bodson <yann.bodson@nokia.com>
Mon, 16 Apr 2012 00:12:38 +0000 (10:12 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 1 May 2012 06:50:57 +0000 (08:50 +0200)
commit283d5bff3dc8c89bd6c5874710e68b694d47bce6
tree702fa1f6684fbf81d53a6a9db05a19fb9855cf19
parent9a107f47ea50f40ce6b9695fba0190b99f76642a
Improve QQuickText tests

Test list support and make sure that we paint the text elements.
This should also improve QQuickTextNode code coverage.

Change-Id: I96c24cc452c6a4cf16064d580738e6764d859812
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
tests/auto/quick/qquicktext/data/htmlLists.qml [new file with mode: 0644]
tests/auto/quick/qquicktext/data/overline.qml [new file with mode: 0644]
tests/auto/quick/qquicktext/data/strikeout.qml [new file with mode: 0644]
tests/auto/quick/qquicktext/data/underline.qml [new file with mode: 0644]
tests/auto/quick/qquicktext/tst_qquicktext.cpp