New test.
[mono.git] / mono / tests / cas / inheritance / ChangeLog
1 2006-06-27  Wade Berrier <wberrier@novell.com>
2
3         * Makefile.am: Use mcs from the mcs tree instead of
4         what's in the path.  Rename targets so tests are not compiled at
5         build time.
6
7 2006-06-26  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * Makefile.am: Use mono-wrapper (and not the installed mono).
10
11 2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * Makefile.am: Updated Makefile to add the CAS tests to the tarball
14         and enable them to be more broadly tested;
15         * Makefile: Removed and replaced by Makefile.am
16
17 2006-06-06  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * notused.cs, reftype1-4.cs: Fix compiler warnings.
20
21 2005-08-30  Sebastien Pouliot  <sebastien@ximian.com>
22
23         * reftype1.cs: More detailled ouput.
24         * reftype3.cs: More detailled ouput.
25         * Makefile: Use -debug instead of --debug to suppress warnings
26
27 2005-02-14  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * cas1.cs: New. StrongNameIdentityPermission at class level;
30         * cas2.cs: New. StrongNameIdentityPermission on virtual method;
31         * cas3.cs: New. StrongNameIdentityPermission on interface method;
32         * cas.snk: New. StrongName keypair to sign cas#.cs test cases.
33         * Makefile: New. Makefile to build and execute tests.
34         * noncas1.cs: New. PrincipalPermission on class level (work);
35         * noncas2.cs: New. PrincipalPermission on class level (fail);
36         * noncas3.cs: New. PrincipalPermission at method level (work);
37         * noncas4.cs: New. PrincipalPermission at method level (fail);
38         * notused.cs: New. Inheritance demands on non-used class/methods and
39         to non-applicable targets (work).
40         * README: New. Instruction and details about the tests.