tcunit / TcUnit

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

Test registering with TEST(...) space character issue #225

Closed TLSM554kn closed 9 months ago

TLSM554kn commented 10 months ago

When starting / registering a test with the method TEST(...) and you use a test name with a trailing ' ' space character, the test environment never finishes.

What work: TEST('TwoPlusTwoEqualsFour'); What does not work: TEST('TwoPlusTwoEqualsFour '); // trailing space caracter in the test name

Version is TcUnit V1.2.0.0

sagatowski commented 9 months ago

This issue is already resolved in the master-branch and will be included in the TcUnit 1.3.0.0 release.

sagatowski commented 9 months ago

Related issue #160.