diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-05-26 09:55:04 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-05-26 09:55:04 (GMT) |
commit | 5f87463105f534cf357feba50f97c3f31ba7344f (patch) | |
tree | 05c60c729603620639fd1c7b41507d1307ec9a7a /tests/auto/qlocalsocket/tst_qlocalsocket.cpp | |
parent | de01a7e1e827ee7df035e0b32166db2263712e63 (diff) | |
download | Qt-5f87463105f534cf357feba50f97c3f31ba7344f.zip Qt-5f87463105f534cf357feba50f97c3f31ba7344f.tar.gz Qt-5f87463105f534cf357feba50f97c3f31ba7344f.tar.bz2 |
Fixed tst_QLocalSocket::processConnection test case for Symbian.
Diffstat (limited to 'tests/auto/qlocalsocket/tst_qlocalsocket.cpp')
-rw-r--r-- | tests/auto/qlocalsocket/tst_qlocalsocket.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qlocalsocket/tst_qlocalsocket.cpp b/tests/auto/qlocalsocket/tst_qlocalsocket.cpp index b272716..97058d3 100644 --- a/tests/auto/qlocalsocket/tst_qlocalsocket.cpp +++ b/tests/auto/qlocalsocket/tst_qlocalsocket.cpp @@ -53,7 +53,9 @@ //TESTED_CLASS=QLocalServer, QLocalSocket //TESTED_FILES=network/socket/qlocalserver.cpp network/socket/qlocalsocket.cpp #ifdef Q_OS_SYMBIAN - #define SRCDIR "" + #define STRINGIFY(x) #x + #define TOSTRING(x) STRINGIFY(x) + #define SRCDIR "C:/Private/" TOSTRING(SYMBIAN_SRCDIR_UID) "/" #endif Q_DECLARE_METATYPE(QLocalSocket::LocalSocketError) Q_DECLARE_METATYPE(QLocalSocket::LocalSocketState) |