tcunit / TcUnit

An unit testing framework for Beckhoff's TwinCAT 3
Other
258 stars 72 forks source link

Use of wrong Type_UINT in AssertEquals_WORD #185

Closed JoergWitt closed 2 years ago

JoergWitt commented 2 years ago

In FB_TestSuite in method AssertEquals_WORD in line 18 exchange the parameter Type_UINT with Type_WORD. Old: SetTestFailed(AssertionType := E_AssertionType.Type_UINT, New: SetTestFailed(AssertionType := E_AssertionType.Type_WORD,

Related to #184.

sagatowski commented 2 years ago

Thanks for your contribution @JoergWitt!