diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-11-20 14:09:29 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-11-20 14:09:29 (GMT) |
commit | 7871ebfc4d2adf2313c7431c9d6fa221a903b81d (patch) | |
tree | a7574187277d5615e26ab4a9f4b1b27b8b6e5422 /tests/auto/rcc/tst_rcc.cpp | |
parent | 4fbf19955d5c018d8f12611d39348b48be3ff006 (diff) | |
parent | 991a5ed5a8dc0c81d56c88823bd69d986618d4e5 (diff) | |
download | Qt-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.cpp | 2 |
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() |