Merge branch 'fix-collision-with-global-variable' into 'master'

stdout colidate with special variable for Standard output

See merge request spaceti-app/integrations/common/server-sdk!5
This commit is contained in:
Ondřej Fischer 2019-11-14 12:12:42 +00:00
commit 53b1502fa9

View File

@ -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);
}