|
|
I've downloaded the zip file and trying to open the MSTest sample solution I got the error message that my folder is not "trusted"... what can this be?
|
|
Developer
Sep 1, 2009 at 5:48 PM
|
Hi Dpamio,
Have you unblocked the zip file? If not follow these steps before extracting the contents of the package:
- Download the ZIP file;
- Right-click the ZIP file and select "Properties";
- Under the "General" tab, click the "Unblock" button and click "Apply";
- Proceed with the unzip.
I hope that helps!
Alexis
|
|
|
|
worked like charm! thanks a lot. It is expected that the sencond and fourth test's fail by default in the sample?
|
|
Developer
Sep 7, 2009 at 11:39 PM
|
All the sample tests should normally be passing.
Some tests can produce unexpected results when run in an untested machine configuration. Factors such as CPU type/speed, OS platform, DPI can play a role in altering the outcome of a test.
If you could provide details on test failures(logs are good), we would be happy to review the issue.
Thanks
|
|