Initial commit of particle system autotests
authorAlan Alpert <alan.alpert@nokia.com>
Fri, 30 Sep 2011 08:25:17 +0000 (18:25 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 3 Oct 2011 02:53:54 +0000 (04:53 +0200)
commite59fbf997ece61b36180eb21f9c2cd6ea895b88f
treec4d206ea4eadaf33b1ed0cbe1a9c5baae6fbd33f
parent69e925444ecebd352462f742d894b326d4cc9a72
Initial commit of particle system autotests

Just some basic autotests for most of the elements.

Change-Id: I2d289f38f362a38c69e03ff92154c98db3c4c486
Reviewed-on: http://codereview.qt-project.org/5844
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
74 files changed:
src/declarative/particles/qsgcustomparticle.cpp
src/declarative/particles/qsgfriction.cpp
src/declarative/particles/qsgparticlesystem_p.h
src/declarative/particles/qsgrectangleextruder.cpp
src/declarative/particles/qsgrectangleextruder_p.h
tests/auto/particles/qsgage/data/jump.qml [new file with mode: 0644]
tests/auto/particles/qsgage/data/kill.qml [new file with mode: 0644]
tests/auto/particles/qsgage/data/onceoff.qml [new file with mode: 0644]
tests/auto/particles/qsgage/data/sustained.qml [new file with mode: 0644]
tests/auto/particles/qsgage/qsgage.pro [new file with mode: 0644]
tests/auto/particles/qsgage/tst_qsgage.cpp [new file with mode: 0644]
tests/auto/particles/qsgangleddirection/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgangleddirection/qsgangleddirection.pro [new file with mode: 0644]
tests/auto/particles/qsgangleddirection/tst_qsgangleddirection.cpp [new file with mode: 0644]
tests/auto/particles/qsgcumulativedirection/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro [new file with mode: 0644]
tests/auto/particles/qsgcumulativedirection/tst_qsgcumulativedirection.cpp [new file with mode: 0644]
tests/auto/particles/qsgcustomaffector/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgcustomaffector/qsgcustomaffector.pro [new file with mode: 0644]
tests/auto/particles/qsgcustomaffector/tst_qsgcustomaffector.cpp [new file with mode: 0644]
tests/auto/particles/qsgcustomparticle/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgcustomparticle/qsgcustomparticle.pro [new file with mode: 0644]
tests/auto/particles/qsgcustomparticle/tst_qsgcustomparticle.cpp [new file with mode: 0644]
tests/auto/particles/qsgellipseextruder/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgellipseextruder/qsgellipseextruder.pro [new file with mode: 0644]
tests/auto/particles/qsgellipseextruder/tst_qsgellipseextruder.cpp [new file with mode: 0644]
tests/auto/particles/qsgfriction/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgfriction/qsgfriction.pro [new file with mode: 0644]
tests/auto/particles/qsgfriction/tst_qsgfriction.cpp [new file with mode: 0644]
tests/auto/particles/qsggravity/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsggravity/qsggravity.pro [new file with mode: 0644]
tests/auto/particles/qsggravity/tst_qsggravity.cpp [new file with mode: 0644]
tests/auto/particles/qsgimageparticle/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgimageparticle/qsgimageparticle.pro [new file with mode: 0644]
tests/auto/particles/qsgimageparticle/tst_qsgimageparticle.cpp [new file with mode: 0644]
tests/auto/particles/qsgitemparticle/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgitemparticle/qsgitemparticle.pro [new file with mode: 0644]
tests/auto/particles/qsgitemparticle/tst_qsgitemparticle.cpp [new file with mode: 0644]
tests/auto/particles/qsglineextruder/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsglineextruder/qsglineextruder.pro [new file with mode: 0644]
tests/auto/particles/qsglineextruder/tst_qsglineextruder.cpp [new file with mode: 0644]
tests/auto/particles/qsgmaskextruder/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgmaskextruder/data/smallmask.png [new file with mode: 0644]
tests/auto/particles/qsgmaskextruder/qsgmaskextruder.pro [new file with mode: 0644]
tests/auto/particles/qsgmaskextruder/tst_qsgmaskextruder.cpp [new file with mode: 0644]
tests/auto/particles/qsgparticlegroup/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro [new file with mode: 0644]
tests/auto/particles/qsgparticlegroup/tst_qsgparticlegroup.cpp [new file with mode: 0644]
tests/auto/particles/qsgparticlesystem/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgparticlesystem/qsgparticlesystem.pro [new file with mode: 0644]
tests/auto/particles/qsgparticlesystem/tst_qsgparticlesystem.cpp [new file with mode: 0644]
tests/auto/particles/qsgpointattractor/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgpointattractor/qsgpointattractor.pro [new file with mode: 0644]
tests/auto/particles/qsgpointattractor/tst_qsgpointattractor.cpp [new file with mode: 0644]
tests/auto/particles/qsgpointdirection/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgpointdirection/qsgpointdirection.pro [new file with mode: 0644]
tests/auto/particles/qsgpointdirection/tst_qsgpointdirection.cpp [new file with mode: 0644]
tests/auto/particles/qsgrectangleextruder/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgrectangleextruder/qsgrectangleextruder.pro [new file with mode: 0644]
tests/auto/particles/qsgrectangleextruder/tst_qsgrectangleextruder.cpp [new file with mode: 0644]
tests/auto/particles/qsgtargetdirection/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgtargetdirection/qsgtargetdirection.pro [new file with mode: 0644]
tests/auto/particles/qsgtargetdirection/tst_qsgtargetdirection.cpp [new file with mode: 0644]
tests/auto/particles/qsgtrailemitter/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgtrailemitter/qsgtrailemitter.pro [new file with mode: 0644]
tests/auto/particles/qsgtrailemitter/tst_qsgtrailemitter.cpp [new file with mode: 0644]
tests/auto/particles/qsgturbulence/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgturbulence/qsgturbulence.pro [new file with mode: 0644]
tests/auto/particles/qsgturbulence/tst_qsgturbulence.cpp [new file with mode: 0644]
tests/auto/particles/qsgwander/data/basic.qml [new file with mode: 0644]
tests/auto/particles/qsgwander/qsgwander.pro [new file with mode: 0644]
tests/auto/particles/qsgwander/tst_qsgwander.cpp [new file with mode: 0644]
tests/auto/particles/shared/particlestestsshared.h [new file with mode: 0644]
tests/auto/particles/shared/star.png [new file with mode: 0644]