diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-09-09 11:25:06 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-09-09 11:25:06 (GMT) |
commit | 99cc67240494e06297df3876163b40f79b861c36 (patch) | |
tree | 8d5467a955054cd0c118ff2094c98c88cd1b60f2 /tests/auto | |
parent | 2e0ccea933efa503607f455450ce5d7374ecc395 (diff) | |
download | Qt-99cc67240494e06297df3876163b40f79b861c36.zip Qt-99cc67240494e06297df3876163b40f79b861c36.tar.gz Qt-99cc67240494e06297df3876163b40f79b861c36.tar.bz2 |
Make compile on symbian / armcc
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qfilesystementry/tst_qfilesystementry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfilesystementry/tst_qfilesystementry.cpp b/tests/auto/qfilesystementry/tst_qfilesystementry.cpp index 267fa8c..e00a214 100644 --- a/tests/auto/qfilesystementry/tst_qfilesystementry.cpp +++ b/tests/auto/qfilesystementry/tst_qfilesystementry.cpp @@ -114,7 +114,7 @@ void tst_QFileSystemEntry::getSetCheck_data() QTest::newRow("absolutePath") << QString("A:dir\\without\\leading\\backslash.bat") << absPrefix + QString("A:\\dir\\without\\leading\\backslash.bat") - << "A:dir/without/leading/backslash.bat" << "backslash.bat" << << "backslash" << "backslash" << "bat" << "bat" << true; + << "A:dir/without/leading/backslash.bat" << "backslash.bat" << "backslash" << "backslash" << "bat" << "bat" << true; } void tst_QFileSystemEntry::getSetCheck() |