You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -54,13 +54,8 @@ namespace MonoTests.System.Security.Policy {
|
||||
Assert.IsNull (cg.PolicyStatement, "PolicyStatement");
|
||||
// documented as always null
|
||||
Assert.IsNull (cg.AttributeString, "AttributeString");
|
||||
#if NET_2_0
|
||||
// seems it's easier to change code than to change code ;)
|
||||
Assert.AreEqual ("Same site Web", cg.PermissionSetName, "PermissionSetName");
|
||||
#else
|
||||
// documented as always "Same site Web" but it's "Same site Web." (missing .)
|
||||
Assert.AreEqual ("Same site Web.", cg.PermissionSetName, "PermissionSetName");
|
||||
#endif
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user