diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2011-10-19 14:03:20 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-09 01:52:08 +0100 |
commit | 95bc3c191cf3e94342ea1f0916b0f14e8bb30430 (patch) | |
tree | 30bb548d7d65e1e65fca48aabf26ca26f6d1146a /tests | |
parent | 34bd931c83868806735925ff71becb1f3f1975bf (diff) | |
download | qtsvg-95bc3c191cf3e94342ea1f0916b0f14e8bb30430.tar.gz |
Remove SkipMode parameter from QSKIP.
The SkipMode parameter has been removed from the API in qtbase, so it
must be in all calls to QSKIP.
Task-number: QTBUG-21851, QTBUG-21652
Change-Id: Iaf72a95164e3464ebc6e974fd5969170def47605
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qsvgdevice/tst_qsvgdevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qsvgdevice/tst_qsvgdevice.cpp b/tests/auto/qsvgdevice/tst_qsvgdevice.cpp index e9f1961..099f6d7 100644 --- a/tests/auto/qsvgdevice/tst_qsvgdevice.cpp +++ b/tests/auto/qsvgdevice/tst_qsvgdevice.cpp @@ -378,12 +378,12 @@ void tst_QSvgDevice::boundingRect() void tst_QSvgDevice::play() { - QSKIP("This test needs some redoing, this is just a temp measure until I work it out", SkipAll); + QSKIP("This test needs some redoing, this is just a temp measure until I work it out"); } void tst_QSvgDevice::boundingRect() { - QSKIP("This test needs some redoing, this is just a temp measure until I work it out", SkipAll); + QSKIP("This test needs some redoing, this is just a temp measure until I work it out"); } #endif |