mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 18:10:49 +02:00
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:
commit
53b1502fa9
@ -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