views:

134

answers:

1

Dear sirs. Our CI server is powered by hudson with mstest. We use the hudson mstest plugin.

Everything works fine, except there is a problem when a data driven unit test fails. The mstest plugin does not know to drill further down the data rows, like the Visual Studio does when one clicks on a failed data driven unit test.

So, when a data driven unit test fails the error report in hudson is absolutely useless - no stack, no reason - nothing.

Any ideas how to fix it? I will gladly abandon the mstest plugin if there is another solution. Thanks.

+1  A: 

I think this one just needs to be filed as an RFE to the issue tracker, so that the interested party can work on it eventually.

Kohsuke Kawaguchi
Done - https://hudson.dev.java.net/issues/show_bug.cgi?id=4075
mark