2005-02-14 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 14 Feb 2005 21:15:20 +0000 (21:15 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 14 Feb 2005 21:15:20 +0000 (21:15 -0000)
commitfc15f154fb766783018450c26e3148c654ae6500
tree029bea6e2b0c5b783adaf1c182bcb0154ff44307
parent0ff43514f8fff3ee266767430781eb51e6b18fb9
2005-02-14  Sebastien Pouliot  <sebastien@ximian.com>

* cas1.cs: New. StrongNameIdentityPermission at class level;
* cas2.cs: New. StrongNameIdentityPermission on virtual method;
* cas3.cs: New. StrongNameIdentityPermission on interface method;
* cas.snk: New. StrongName keypair to sign cas#.cs test cases.
* Makefile: New. Makefile to build and execute tests.
* noncas1.cs: New. PrincipalPermission on class level (work);
* noncas2.cs: New. PrincipalPermission on class level (fail);
* noncas3.cs: New. PrincipalPermission at method level (work);
* noncas4.cs: New. PrincipalPermission at method level (fail);
* notused.cs: New. Inheritance demands on non-used class/methods and
to non-applicable targets (work).
* README: New. Instruction and details about the tests.

svn path=/trunk/mono/; revision=40653
12 files changed:
mono/tests/cas/inheritance/ChangeLog [new file with mode: 0644]
mono/tests/cas/inheritance/Makefile [new file with mode: 0644]
mono/tests/cas/inheritance/README [new file with mode: 0644]
mono/tests/cas/inheritance/cas.snk [new file with mode: 0644]
mono/tests/cas/inheritance/cas1.cs [new file with mode: 0644]
mono/tests/cas/inheritance/cas2.cs [new file with mode: 0644]
mono/tests/cas/inheritance/cas3.cs [new file with mode: 0644]
mono/tests/cas/inheritance/noncas1.cs [new file with mode: 0644]
mono/tests/cas/inheritance/noncas2.cs [new file with mode: 0644]
mono/tests/cas/inheritance/noncas3.cs [new file with mode: 0644]
mono/tests/cas/inheritance/noncas4.cs [new file with mode: 0644]
mono/tests/cas/inheritance/notused.cs [new file with mode: 0644]