-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Assert does not play nice with properties #209
Comments
I can confirm that you get a BSOD with TcUnit 1.2.0.0. Can't quite figure out what the problem is, however... |
…cumentation. Updated main README with additions to contributions. Fixed minor issues in the documentation.
This is according to the compiler. I've documented it in the FAQ here: As this is not a limitation in TcUnit, I will close this ticket now. |
Describe the bug
Asserting the expected value of a property makes TcXaeShell crash and triggers a windows Blue-Screen-Of-Death causing a full pc reboot.
To Reproduce
Follow the introduction user guide. Then add a property to FB_Sum and assert it's value in a test.
Expected behavior
No crash.
Software versions
Which version of the applicable software did you use?
Run environment
Soft PLC
Additional context
I created a repo that demonstrates the issue. The fix is simple, work with an in between variable.
The text was updated successfully, but these errors were encountered: