Skip to content

TcUnit 1.3.0.0

Compare
Choose a tag to compare
@sagatowski sagatowski released this 03 Dec 12:46
· 30 commits to master since this release

New features:

Fixed issues/improvements:

  • ARMv7 compatibility and weird issues, see #148
  • Missing test results, see #160
  • Removed duplicate code and some perfomance optimizations, see #166
  • The method AssertEquals_WORD of FB_TestSuite sets the wrong type Type_UINT, see #184
  • Use of wrong Type_UINT in AssertEquals_WORD, see #185
  • Variable NumberOfTestsToAnalyse is limited to the wrong boundaries, see #187
  • RUN_IN_SEQUENCE doesn't work for multiple TestSuites, see #189
  • AddAssertResult not checking limits of AssertResults array, see #190
  • Variable NumberOfTestsToAnalyse is limited to the wrong boundaries, see #194
  • Duration is not calculated when running tests in sequence, see #210
  • Duration doesn't seem to be correctly calculated, see #211
  • TEST_FINISHED_NAMED no longer works, see #212
  • Update the toolchain for maintaining TcUnit, see #214
  • Adding empty string as actual-string to assert_string doesn't show the actual string, see #224
  • Test registering with TEST(...) space character issue, see #225
  • Wrong duration time (sometimes) calculated, see #226 & #227

Contributors:

❤️ @stefanbesler
❤️ @bernienor
❤️ @oswin02
❤️ @JoergWitt
❤️ @doerk77
❤️ @ZLLentz
❤️ @sagatowski