merged Sys.Web.Services 2.0 support in my branch:
[mono.git] / mono / tests / cas / linkdemand / ChangeLog
1 2006-06-27  Wade Berrier <wberrier@novell.com>
2
3         * Makefile.am: Use mcs and sn 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 2005-06-16  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * aptc1.cs: Add a RequestRefuse for SkipVerification when RESTRICT is
20         defined.
21         * aptc2.cs: Add a RequestRefuse for SkipVerification when RESTRICT is
22         defined. Change IsSigned() for IsRestricted().
23         * icall1.cs: Fix typos.
24         * Makefile: Changed compilation for aptc*.cs. Removed icall5.cs from 
25         testing (until I figure out exactly the rules being used).
26         * README: Updated informations about the APTC tests.
27
28 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * icall1.cs: Fixed test to work on NET_2_0. We're now accepting the
31         2.0 behaviour when dealing with icalls (as we do not keep their
32         pblic status in the runtime).
33         * icall2.cs: Fixed test to work on NET_2_0 as the icall has changed
34         it's return value from bool to void. 
35         * Makefile: Allow to build the tests with either NET_1_1 or NET_2_0.
36
37 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * cas4-5.cs: Removed. Replaced by new refcas#.cs tests.
40         * refcas1-5.cs: New. CAS test cases for reflection.
41         * Makefile: Update to build/execute new tests.
42         * README: Updated with new tests descriptions.
43
44 2005-02-11  Sebastien Pouliot  <sebastien@ximian.com>
45
46         * cas6-9.cs: New. CAS tests cases for NEWOBK (constructor), LDFTN
47         (delegate) and LDVIRTFNT (delegate using a virtual method).
48         * cas10.cs|.il: New. CAS test case for JMP. Not part of "make test"
49         until #66033 is fixed (ILASM doesn't support decl security attrs).
50         * Makefile: Updated makefile for new test cases.
51         * README: Updated informations of new CAS tests.
52
53 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
54
55         * noncas1-4.cs: New. Non-CAS permission tests (derived from test cases
56         in #52693).
57         * Makefile: Updated makefile for noncas test and removed unused crap.
58         * README: Updated informations of non CAS tests.
59
60 2005-02-09  Sebastien Pouliot  <sebastien@ximian.com>
61
62         * cas1.cs: Changed for an easier to test case.
63         * cas2-5: New. "Normal" LinkDemand test cases.
64         * icall1.cs, icall2.cs: Updated to work on both Mono and MS runtime.
65         * icall2-6.cs: New. More internal call test cases.
66         * Makefile: Updated makefile.
67         * pinvoke1-2.cs: Updated to work on both Mono and MS runtime.
68         * pinvoke3-4.cs: New. More P/Invoke test cases.
69         * README: Updated informations.
70
71 2005-02-08  Sebastien Pouliot  <sebastien@ximian.com>
72
73         * aptc1.cs: New. Partial trust test case.
74         * aptc2.cs: New. Partial trust test case.
75         * aptclib.cs: Library for partial trust test case.
76         * cas1.cs: New. New. "Normal" LinkDemand test case.
77         * ecma.pub: New. The ECMA "key" to test icalls.
78         * icall1.cs: New. Internal call test case.
79         * icall2.cs: New. Internal call test case (reflection).
80         * Makefile: New. Makefile to build and execute tests.
81         * pinvoke1.cs: New. P/Invoke test case.
82         * pinvoke2.cs: New. P/Invoke test case.
83         * README: New. Instruction and details about the tests.