summaryrefslogtreecommitdiffstats
path: root/tests/auto/rcc/tst_rcc.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-11-20 14:09:29 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-11-20 14:09:29 (GMT)
commit7871ebfc4d2adf2313c7431c9d6fa221a903b81d (patch)
treea7574187277d5615e26ab4a9f4b1b27b8b6e5422 /tests/auto/rcc/tst_rcc.cpp
parent4fbf19955d5c018d8f12611d39348b48be3ff006 (diff)
parent991a5ed5a8dc0c81d56c88823bd69d986618d4e5 (diff)
downloadQt-7871ebfc4d2adf2313c7431c9d6fa221a903b81d.zip
Qt-7871ebfc4d2adf2313c7431c9d6fa221a903b81d.tar.gz
Qt-7871ebfc4d2adf2313c7431c9d6fa221a903b81d.tar.bz2
Merge commit 'origin/4.6' into 4.6
Diffstat (limited to 'tests/auto/rcc/tst_rcc.cpp')
-rw-r--r--tests/auto/rcc/tst_rcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/rcc/tst_rcc.cpp b/tests/auto/rcc/tst_rcc.cpp
index c9e3d76..2fe0dc4 100644
--- a/tests/auto/rcc/tst_rcc.cpp
+++ b/tests/auto/rcc/tst_rcc.cpp
@@ -102,7 +102,7 @@ void tst_rcc::rcc_data()
QTest::addColumn<QString>("qrcfile");
QTest::addColumn<QString>("expected");
- QTest::newRow("images") << "data" << "images.qrc" << "images.expected";
+ QTest::newRow("images") << SRCDIR "data" << "images.qrc" << "images.expected";
}
void tst_rcc::rcc()