[MSBuild] Fixed a test that failed when the GAC wasn't available
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 25 Feb 2014 20:18:33 +0000 (21:18 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 25 Feb 2014 20:21:10 +0000 (21:21 +0100)
commitf9c6ed950e6771f5f8e890143dad54924133a0ae
tree2b0f49471d00d0be0faf88bc3096d983327f0ca8
parentc4941b96b650e9d97a3d336c1553f408b59aa91b
[MSBuild] Fixed a test that failed when the GAC wasn't available

The test tried to resolve an assembly from the GAC, which doesn't work on a
clean machine without an existing Mono installation.
We now check if the GAC directory is missing and ignore the test in that case.
mcs/class/Microsoft.Build.Tasks/Test/Microsoft.Build.Tasks/ResolveAssemblyReferenceTest.cs