Some unit tests fail in automated Team Build task
Posted
by weenet
on Stack Overflow
See other posts from Stack Overflow
or by weenet
Published on 2010-02-11T22:37:40Z
Indexed on
2010/03/29
18:03 UTC
Read the original article
Hit count: 667
I have an odd situation. I have a suite of unit tests that pass on my dev machine. They pass on the build machine if run from visual studio. But 5 of them reliably fail during the automated build. There is nothing noteworthy about the ones that fail that I can see (and I've stared at them a long time). Anyone seen anything like this? Is there a way to see the test output in the Team Build log? All I get is Passed or Failed messages, but not the Assert message.
Thanks!
© Stack Overflow or respective owner