mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 14:00:40 +02:00
stdout colidate with special variable for Standard output
This commit is contained in:
parent
5ea2b6f3e1
commit
22d45162d4
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user