Mercurial > trustbridge
comparison ui/tests/cinstprocesstest.cpp @ 1163:e3772d2810b3
Fix tests now that portpath includes logging
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 18:53:56 +0200 |
parents | 317ee9dc4684 |
children | c8f698ca6355 |
comparison
equal
deleted
inserted
replaced
1162:2a1206932f53 | 1163:e3772d2810b3 |
---|---|
220 QProcess* installerProcess = startCinstProcess(args); | 220 QProcess* installerProcess = startCinstProcess(args); |
221 | 221 |
222 finishVerify(installerProcess, ERR_NO_ERROR); | 222 finishVerify(installerProcess, ERR_NO_ERROR); |
223 } | 223 } |
224 | 224 |
225 bool g_debug = true; | |
226 | |
225 QTEST_GUILESS_MAIN (CinstProcessTest); | 227 QTEST_GUILESS_MAIN (CinstProcessTest); |