Problem with DeploymentItem and new Resharper testrunner
With the new testrunner in Resharper 6.0 tests with a DeploymentItem attribute fail whereas they worked in the Resharper 5.1 testrunner. Has anyone experienced similar problems?
The tests are spesified as the example below.
[TestMethod]
[DeploymentItem("Somefile.txt")]
public void SomeTest()
{
... // Fail with "Cannot find file Somefile.txt"
}
Regards,
Thomas Bruusgaard
Please sign in to leave a comment.
Yes I did. There is also already a bug entry for this.
RSRP-273550
RSRP-239543
Thanks very much.