forked from ondra/server-sdk
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.start("hostname");
|
||||||
process.waitForFinished(-1); // will wait forever until finished
|
process.waitForFinished(-1); // will wait forever until finished
|
||||||
|
|
||||||
QString stdout = process.readAllStandardOutput();
|
QString temp = process.readAllStandardOutput();
|
||||||
|
|
||||||
QCOMPARE(req->responseData(), xmlResponse);
|
QCOMPARE(req->responseData(), xmlResponse);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user