Use ";" not Empty as bad TargetFrameworkDirectory value
authorJo Shields <jo.shields@xamarin.com>
Mon, 15 Dec 2014 12:07:29 +0000 (12:07 +0000)
committerJo Shields <jo.shields@xamarin.com>
Mon, 15 Dec 2014 12:07:29 +0000 (12:07 +0000)
commit7b58afa1c8f37c0c82e8d95e8b274834b2fecbbc
treea7ea7912cfc9d0da7989fafd04ab99c55577a37d
parentd16a01fe9801feba249b2aacbc350cc4f030ba42
Use ";" not Empty as bad TargetFrameworkDirectory value

After manager.Build is called, a "null" empty for TargetFrameworkDirectory is
a string containing only ";" - a "good" value is the target framework
directory with a trailing ";". By testing for string.Empty, we don't actually
test whether the value has been correctly populated (causing all subsequent
failures).
mcs/class/Microsoft.Build/Test/Microsoft.Build.Execution/BuildManagerTest.cs