tcunit / TcUnit-Runner

Program that makes it possible to automate runs of TcUnit unit tests
Other
34 stars 17 forks source link

Testsuite failures are not updated #48

Closed slimeth closed 1 year ago

slimeth commented 1 year ago

I was using AdvancedExampleProject and the latest released TcUnitRunner (0.9.3.0).

I changed one test to fail and noticed that the xUnit result for the test suite had still 0 failures.

<testsuite id="4" name="PRG_TEST.fbDiagnosticMessageTimeStampParser_Test" tests="2" failures="0"> <testcase name="TestWithTimestampZeroTimeExpectCurrentTime" assertions="0" classname="PRG_TEST.fbDiagnosticMessageTimeStampParser_Test" status="PASS" /> <testcase name="TestWithValidTimestampExpectSameTimestamp" assertions="0" classname="PRG_TEST.fbDiagnosticMessageTimeStampParser_Test" status="FAIL"> <failure message="Test 'TimeStamp zero time' failed" type="BOOL" /> </testcase> </testsuite>

sagatowski commented 1 year ago

What RELEASED version of TcUnit were you running?

slimeth commented 1 year ago

@sagatowski TcUnit 1.2.1.0

sagatowski commented 1 year ago

There is no TcUnit 1.2.1.0. Please run an officially released version.

slimeth commented 1 year ago

You're right. Idk what happened. I might have compiled the TcUnit library from the repository. With 1.2.0.0 it worked properly.