views:

29

answers:

0

With VS 2010 I generated some unit tests for some properties on a partial class. They fail to run with the following error message:

"Failed to queue test run 'yvx7xcy@MDROAWKS0379 2010-06-23 18:21:08': Test run 'yvx7xcy@MDROAWKS0379 2010-06-23 18:21:08' could not be executed. No agents are marked online to execute test run. MDROAWKS0379"

I tried searching for the portion message about "No agents are marked online", but all cases mentioned don't seem to apply. I'm running my tests locally. My computer name is in all caps (That was mentioned on an MSDN message board.) The partial class is part of a generated class. Methods in this generated class can be tested successfully. My problems reside only with the get and set properties on the partial class. What is this agent which I should mark online, and what does that mean?