bobvanderlinden / sharpfilesystem

A virtual file system for .NET written in C#
MIT License
282 stars 69 forks source link

Fix tests to find SharpZipLib/Content/test.zip. #3

Closed binki closed 8 years ago

binki commented 8 years ago

Looks like the .vsmdi file is referring to some nonexistent localtestrun.testrunconfig file. Thus VS refused to run any tests when I tried to set that as the chosen test settings.

I found that when running the tests with no settings at all, all of the 7-zip tests failed. However, by just adding [DeployItem] appropriately, I could get them to stop failing because that would copy the test.zip properly. As I think this is cleaner than using test run settings, I removed that .vsmdi file.

FrozenCow commented 8 years ago

I came across the same problem with a similar fix. This is in the repo now.