Hi Remco,
The test pass/fail status is not displaying as I expect.
1) For two tests the test status shows green ?.
2) I run test SaveToFile test 1 and status is set to green check mark.
3) I run test SaveToFile test 2 and status for test 1 is set to green ? and status for test 2 is set to green ?.
I'm not sure why running SaveToFile test 2 would cause the status of SaveToFile test 2 to change.
I have about 13 tests with the 2 SaveToFIle tests as the last in the test list.
If I run all tests in the test fixture NCrunch marks the first 12 tests with green check mark.
When NCrunch runs the last 13th test NCrunch resets all 13 tests to green ?.
VS 2010
NUnit 3.0
NCrunch 2.19.0.4
I emailed you screen shots.
Ed
Remco NCrunch Developer
#8348
26 Feb 2016 23:52 UTC
Hi Ed,
Something I can think could cause this behaviour is if SaveToFile test 2 causes a change to a file in the foreground solution. This would cause NCrunch to consider tests to be out of date. Is the file being saved to by these tests referencing anything using an absolute file path?
Something I can think could cause this behaviour is if SaveToFile test 2 causes a change to a file in the foreground solution. This would cause NCrunch to consider tests to be out of date. Is the file being saved to by these tests referencing anything using an absolute file path?
Post a reply
Log in to reply.