summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-01 11:44:14 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-01 12:22:32 +0100
commit2419aeff9c72090157d056df5ce2f6212a715457 (patch)
treebd80d4ea218dcc1df6377f76df68b31fa9d87b95 /tests
parentc9b9ca1feb3082d336b5346ac4f928e783bc3817 (diff)
downloadqtsvg-2419aeff9c72090157d056df5ce2f6212a715457.tar.gz
QtSvg: Fix compile.
- Rename of QIconEngineV2 to QIconEngine. - Fix test to run (add column). Change-Id: Iea25847ef7e239927cf5bf1c0ea60454a8d6a158 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qsvgdevice/tst_qsvgdevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qsvgdevice/tst_qsvgdevice.cpp b/tests/auto/qsvgdevice/tst_qsvgdevice.cpp
index f522dae..c7fcecd 100644
--- a/tests/auto/qsvgdevice/tst_qsvgdevice.cpp
+++ b/tests/auto/qsvgdevice/tst_qsvgdevice.cpp
@@ -75,6 +75,7 @@ tst_QSvgDevice::tst_QSvgDevice()
void tst_QSvgDevice::play_data()
{
+ QTest::addColumn<QString>("tag name");
// we only use the tag name
QTest::newRow( "lines" );
QTest::newRow( "font" );