From 22d45162d4d00ed1017bc35a3194d8e3506929b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Fischer?= Date: Thu, 14 Nov 2019 13:09:16 +0100 Subject: [PATCH] stdout colidate with special variable for Standard output --- test/auto/request/tst_soaptest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/auto/request/tst_soaptest.cpp b/test/auto/request/tst_soaptest.cpp index 1b508be..a6d210d 100644 --- a/test/auto/request/tst_soaptest.cpp +++ b/test/auto/request/tst_soaptest.cpp @@ -127,7 +127,7 @@ void SoapTest::public_soap_test() process.start("hostname"); process.waitForFinished(-1); // will wait forever until finished - QString stdout = process.readAllStandardOutput(); + QString temp = process.readAllStandardOutput(); QCOMPARE(req->responseData(), xmlResponse); }