Hi!
Has anyone tried using Testdriven.net to do adhoc tests (for running static tests) as descriped in chapter 2? (with Testdriven.net installed, rightclick and choose run Test(s))
When i try to do so, the test fails miserably, with the reason being
File not found. ---> System.IO.FileNotFoundException: The File 'C:\WINDOWS\assembly\GAC_32\Microsoft.Xna.Framewor k\1.0.0.0__6d5c3888ef60e27d\SpaceBackground.xnb' wasnt found.
Which makes PERFECT sense, since i have no intention of putting my content inside the xna framework
Apparently Testdriven.net needs to be told where the working directory is, but i have no idea how to do that...
Anyone else have that problem?
Cheers!
/Henning