tcunit / TcUnit-Runner

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

Fix issue #37 #38

Closed Bulkje closed 2 years ago

Bulkje commented 2 years ago

Fix for #37

Made the Errorlist only add errors to it after all the TcUnit results are obtained, and moved debug var newErrors into debugging if-statement.

Also discovered that a lot of the ErrorLogEntryTypes where the wrong way around with the expectederrorlogentrytype.

Bulkje commented 2 years ago

Didn't realize pushes to my master would show up here, see #40 for fix.