You've already forked linux-packaging-mono
Imported Upstream version 3.10.0
Former-commit-id: 172c8e3c300b39d5785c7a3e8dfb08ebdbc1a99b
This commit is contained in:
@@ -40,15 +40,13 @@ namespace MonoTests.Microsoft.Build.Evaluation
|
||||
public class ProjectCollectionTest
|
||||
{
|
||||
[Test]
|
||||
#if NET_4_0
|
||||
// BXC #20961
|
||||
[Category ("NotWorking")]
|
||||
#endif
|
||||
public void GlobalProperties ()
|
||||
{
|
||||
var g = ProjectCollection.GlobalProjectCollection;
|
||||
Assert.AreEqual (0, g.GlobalProperties.Count, "#1");
|
||||
#if NET_4_5
|
||||
Assert.IsTrue (g.GlobalProperties.IsReadOnly, "#2");
|
||||
#endif
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user