David Freiberger
David Freiberger
@sagatowski I will try again from a new VM when I get an opportunity. What version of TwinCAT and Visual Studio are you running?
@sagatowski I finally had a chance to look at this again. I had added unit tests to check that the duration value output in the test results was within an...
@sagatowski I am not sure what is going on but I will try to remove the unit tests, the bug fix itself is pretty simple, I was just trying to...
@sagatowski I was able to reproduce the same error you are seeing on a new VM. It looks like the system I did development on receives the assertion messages in...
I added code to sort chronologically, however now the tests are again failing because the duration returned by TcUnit is outside of the range that I am checking for it...
Easy fix in https://github.com/tcunit/TcUnit/commit/8fdf2564b54d48e4d64c646f0682e12227cb9d52 I will look at adding unit tests tomorrow before creating PR.
@sagatowski yes, I am using TcUnit-VsExtension + the adapter using the branch I am working on at [TcUnit-VsTestAdapter](https://github.com/dfreiberger/TcUnit-VsTestAdapter/tree/dfreiberger/parse-tmc) that can parse out tests via the TMC file and regex parsing...
Fixed in PR #231
@stefanbesler thanks for this, it will be good to have these more granular results.