[Mono-bugs] [Bug 52693][Nor] Changed - Unsupported declarative permissions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Feb 2005 16:51:03 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52693

--- shadow/52693	2005-02-03 10:15:43.000000000 -0500
+++ shadow/52693.tmp.20787	2005-02-10 16:51:03.000000000 -0500
@@ -246,6 +246,21 @@
 manager or the demands will be ignored (i.e. no code will be generated).
 
 
 ------- Additional Comments From sebastien@ximian.com  2005-01-22 11:35 -------
 Demand, NonCasDemand and DemandChoice use is now AOT compatible (i.e.
 --security and --aot can now be used together).
+
+------- Additional Comments From sebastien@ximian.com  2005-02-10 16:51 -------
+The following tests from attachment principal_tests.tar are now
+working with SVN (when using mono --security).
+
+Class_LinkDemand_Failure.cs
+Class_LinkDemand_Success.cs
+Method_LinkDemand_Failure.cs
+Method_LinkDemand_Success.cs
+
+The tests have been adapted and added as noncas1-4.cs to
+/mono/mono/tests/cas/linkdemand
+
+So now I only have to complete the InheritanceDemand and close this
+bug :-)