Add more unit tests for qsgcanvasitem and fix unstable tests
authorCharles Yin <charles.yin@nokia.com>
Tue, 4 Oct 2011 07:12:12 +0000 (17:12 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 6 Oct 2011 00:40:52 +0000 (02:40 +0200)
commitfdc87143eb9eff98938b6a086c3e81432be08e4d
tree088aa464d7fd464281b7fbd8ee8b09fc1298844a
parent8a1b17f80c131a2bf6681070db43604029b3a8c0
Add more unit tests for qsgcanvasitem and fix unstable tests

Change-Id:I5fc11a5874d55ad423dc1fb9c3e1b75a38003465
Reviewed-on: http://codereview.qt-project.org/5962
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Charles Yin <charles.yin@nokia.com>
25 files changed:
src/declarative/items/context2d/qsgcanvasitem.cpp
src/declarative/items/context2d/qsgcontext2d.cpp
src/declarative/items/context2d/qsgcontext2d_p.h
src/declarative/items/context2d/qsgcontext2dcommandbuffer.cpp
src/declarative/items/context2d/qsgcontext2dtexture.cpp
tests/auto/declarative/qsgcanvasitem/data/qt-logo.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_arc.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_arcto.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_canvas.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_colors.qml [deleted file]
tests/auto/declarative/qsgcanvasitem/data/tst_composite.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_drawimage.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_fillStyle.qml
tests/auto/declarative/qsgcanvasitem/data/tst_fillrect.qml
tests/auto/declarative/qsgcanvasitem/data/tst_gradient.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_line.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_path.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_pattern.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_pixel.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_shadow.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_state.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_strokeStyle.qml
tests/auto/declarative/qsgcanvasitem/data/tst_text.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_transform.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/qsgcanvasitem.pro