aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2011-10-18 11:09:25 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-18 06:14:17 +0200
commitf96259a7a170c47d72c82fca5d531d9e461b4955 (patch)
treec19ce9571cb8ddca7124fa92e99792159c298dd7 /tests
parent910cd60ef998a41434105478fb6df6efc0b94113 (diff)
Fix reference to test data file
Change-Id: I04e220635487d76d2908572ceb0f0696f6876e9e Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qsggridview/tst_qsggridview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qsggridview/tst_qsggridview.cpp b/tests/auto/declarative/qsggridview/tst_qsggridview.cpp
index de191130a2..b5cd75cc7f 100644
--- a/tests/auto/declarative/qsggridview/tst_qsggridview.cpp
+++ b/tests/auto/declarative/qsggridview/tst_qsggridview.cpp
@@ -444,7 +444,7 @@ void tst_QSGGridView::inserted_more()
ctxt->setContextProperty("testRightToLeft", QVariant(false));
ctxt->setContextProperty("testTopToBottom", QVariant(false));
- canvas->setSource(QUrl::fromLocalFile(TESTDATA("/data/gridview1.qml")));
+ canvas->setSource(QUrl::fromLocalFile(TESTDATA("gridview1.qml")));
qApp->processEvents();
QSGGridView *gridview = findItem<QSGGridView>(canvas->rootObject(), "grid");