New test.
[mono.git] / mono / tests / cas / assembly / ChangeLog
1 2006-06-27  Wade Berrier <wberrier@novell.com>
2
3         * Makefile.am: Use mcs and permview 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: Include the reference templates in the tarball.
14
15 2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * Makefile.am: Updated Makefile to add the CAS tests to the tarball
18         and enable them to be more broadly tested;
19         * Makefile: Removed and replaced by Makefile.am
20
21 2005-02-08  Sebastien Pouliot  <sebastien@ximian.com>
22
23         * all.cs: New. Test file with attributes for RequestMinimum, 
24         RequestOptional and RequestRefuse.
25         * all.net_1_1.txt: New. Expected output when "make test" is used in
26         the NET_1_1 profile.
27         * Makefile: New. Makefile to build and execute tests.
28         * min.cs: New. Test file with attribute for RequestMinimum (only).
29         * min.net_1_1.txt: New. Expected output when "make test" is used in
30         the NET_1_1 profile.
31         * none.cs: New. Test file with no security declarative attribute on
32         assembly.
33         * none.net_1_1.txt: New. Expected output when "make test" is used in
34         the NET_1_1 profile.
35         * opt.cs: New. Test file with attribute for RequestOptional (only).
36         * opt.net_1_1.txt: New. Expected output when "make test" is used in
37         the NET_1_1 profile.
38         * README: Instruction and details about the tests.
39         * ref.cs: New. Test file with attribute for RequestRefuse (only).
40         * ref.net_1_1.txt: New. Expected output when "make test" is used in
41         the NET_1_1 profile.