-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create tests for TEST_FINISHED_NAMED in verifier #74
Comments
@sagatowski I tried using this today, and I am afraid to say I ran into issues. Are there any installation requirements, packages, or other things I need to add to an environment before this will work? When I run this in power-shell I get: |
@slacAWallace the problem was that TcUnit-Verifier_TwinCAT required you to have VS2015 installed (as this was the version used to develop it). The visual studio DTE (development tools environment) couldn't find it in your machine and thus you got the error. |
@sagatowski I am worried about this. I just tried a bit to get VS 2013 community and had trouble. Do we simply need VS-shell 2013 to make this work and we can continue to work in 2017/19 or whatever? |
@slacAWallace What was the problem with the download? I downloaded it yesterday and it went smooth. The problem is that it's not possible to mix versions of Visual Studio for the three different projects. It's not possible to open a project made in a newer version in an older. It should work to open in a newer, but the risk is that VS overwrites the solution version information (xyz.sln), and then it won't be possible to open in an older again. You can try to see if this happens though. If VS leaves the sln-file alone it should be fine. |
According to issue #38 in TcUnit: #38
a new function has been added called TEST_FINISHED_NAMED.
Add tests in the TcUnit-Verifier to verify that this works as expected
The text was updated successfully, but these errors were encountered: