PATCH: UnitTestCPP for Ubuntu and System variables
Posted: Sat Oct 23, 2010 12:43 am
On Ubuntu the UnitTestCpp does not work, when the user press the "Run as unit test project..." button nothing happen.
For fix the problem I made some change:
Here is the patch.
For fix the problem I made some change:
- fix the configure script
add some MessageBox for warning messages when the unit test starts
changed the row-split for the process result by detecting the system new line character at runtime
function PipedProcess::ReadAll avoid to add character 0 to the result string, this can truncate the result
Here is the patch.