Remove SkipMode from qtestlib API.
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 19 Oct 2011 03:24:34 +0000 (13:24 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 21 Oct 2011 02:12:18 +0000 (04:12 +0200)
commit080a1f3ff328005b78f89381c8d9faf4b0b8e16c
tree31cacc4362b39e806448681232595b58f289cd92
parent9167f5338ec978462d64f2f348144f674a2d599c
Remove SkipMode from qtestlib API.

The SkipMode parameter to QSKIP has been removed in qtbase, therefore it
must also be removed here.

Task-number: QTBUG-21851, QTBUG-21652
Change-Id: I8016f8c28338b1b532bdb593c796d699b99250dc
Reviewed-by: Charles Yin <charles.yin@nokia.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
20 files changed:
src/imports/testlib/TestCase.qml
src/imports/testlib/testcase.qdoc
src/qmltest/quicktestresult.cpp
src/qmltest/quicktestresult_p.h
tests/auto/declarative/parserstress/tst_parserstress.cpp
tests/auto/declarative/qdeclarativeapplication/tst_qdeclarativeapplication.cpp
tests/auto/declarative/qjsengine/tst_qjsengine.cpp
tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp
tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp
tests/auto/declarative/qsgimage/tst_qsgimage.cpp
tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp
tests/auto/declarative/qsgtext/tst_qsgtext.cpp
tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp
tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
tests/auto/qmltest/selftests/tst_selftests.qml
tests/auto/qtquick1/qdeclarativeanchors/tst_qdeclarativeanchors.cpp
tests/auto/qtquick1/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
tests/auto/qtquick1/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
tests/auto/qtquick1/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
tests/benchmarks/declarative/creation/tst_creation.cpp