summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-02-08 04:07:09 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2011-02-08 04:07:09 (GMT)
commit77bd529c04b2f08ca40a282a3ff20df699b27295 (patch)
tree607fa3fd0021935d241c3e4ad6ccbbd51ad2632a /tests
parentcad4964276151879e3e6cf5f7ab610dba512d988 (diff)
downloadQt-77bd529c04b2f08ca40a282a3ff20df699b27295.zip
Qt-77bd529c04b2f08ca40a282a3ff20df699b27295.tar.gz
Qt-77bd529c04b2f08ca40a282a3ff20df699b27295.tar.bz2
Autotest to go with 9f8a181a619649c8a227e92f3d16677f4b7cb30a
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp b/tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp
index 5b214e6..6d35332 100644
--- a/tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp
+++ b/tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp
@@ -180,6 +180,10 @@ void tst_qdeclarativeimageprovider::fillRequestTestsData(const QString &id)
<< "image://test/" + fileName << fileName << "" << QSize(100,100) << "";
fileName = newImageFileName();
+ QTest::newRow(QTest::toString(id + " simple test with capitalization"))//As it's a URL, should make no difference
+ << "image://Test/" + fileName << fileName << "" << QSize(100,100) << "";
+
+ fileName = newImageFileName();
QTest::newRow(QTest::toString(id + " url with no id"))
<< "image://test/" + fileName << "" + fileName << "" << QSize(100,100) << "";