summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpservermultithreaded
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhttpservermultithreaded')
-rw-r--r--tests/auto/qhttpservermultithreaded/tst_qhttpservermultithreaded.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhttpservermultithreaded/tst_qhttpservermultithreaded.cpp b/tests/auto/qhttpservermultithreaded/tst_qhttpservermultithreaded.cpp
index 1ad364d..56e0a39 100644
--- a/tests/auto/qhttpservermultithreaded/tst_qhttpservermultithreaded.cpp
+++ b/tests/auto/qhttpservermultithreaded/tst_qhttpservermultithreaded.cpp
@@ -136,7 +136,7 @@ static int port = 0;
#if QT_CONFIG(ssl)
static int sslPort = 0;
#endif
-static QString local = u"tst_qhttpservermultithreaded_local"_s;
+static const QString local = u"tst_qhttpservermultithreaded_local"_s + QString::number(QCoreApplication::applicationPid());
// Simple HTTP 1.1 client
class LocalHttpClient
{