2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / corlib / Test / System.Runtime.InteropServices / ChangeLog
1 2009-06-20  Zoltan Varga  <vargaz@gmail.com>
2
3         * *.cs: Convert all tests to new-style nunit classes/methods.
4
5 2009-04-30  Sebastien Pouliot  <sebastien@ximian.com> 
6
7         * MarshalTest.cs: Fix building unit tests for NET_1_1
8
9 2009-04-29  Jonathan Chambers  <joncham@gmail.com>
10
11         * MarshalTest.cs: Add test for GetExceptionForHR.
12
13 2008-06-21  Gert Driesen  <drieseng@users.sourceforge.net>
14
15         * MarshalTest.cs: Added tests for GetHINSTANCE. Improved existing
16         tests, and removed use of ExpectedException. Use more meaningful names
17         for test methods. Minor code formatting.
18
19 2007-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
20
21         * ExternalExceptionTest.cs: Improved ctor test.
22
23 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
24
25         * ExternalExceptionTest.cs: Added ctor tests.
26
27 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * MarshalTest.cs: Add test for various StringTo... to check for 
30         bug #335488.
31
32 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
33
34         * MarshalTest.cs: Add a rountrip test case for BSTR (bug #339530).
35
36 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
37
38         * GCHandleTest.cs: Add some tests.
39
40 2007-08-23  Robert Jordan  <robertj@gmx.net>
41
42         * MarshalTest.cs: Added test for HGlobal allocations. See bug #82499.
43
44 2006-08-31 Robert Jordan  <robertj@gmx.net>
45
46         * MarshalTest.cs: Added tests for PtrToStringAuto/StringToHGlobalAuto.
47
48 2005-08-28  Sebastien Pouliot  <sebastien@ximian.com> 
49
50         * MarshalTest.cs: Added test for ReadInt32 (versus arch endianess).
51         Added endian check as Marshal must use CPU endianess.
52
53 2006-6-8  Jonathan Chambers  <jonathan.chambers@ansys.com>
54
55         * MarshalTest.cs: Added tests for GetComSlotForMethodInfo.
56
57 2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
58
59         * MarshalTest.cs: Added tests for 2.0 SecureTo* and ZeroFree* methods.
60
61 2005-09-20  Gert Driesen  <drieseng@users.sourceforge.net>
62
63         * MarshalTest.cs: Added test for bug #76123.
64
65 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com>
66
67         * RuntimeEnvironmentTest.cs: Commented an assert than wasn't true when
68         doing a "make distcheck".
69
70 2005-06-07  Sebastien Pouliot  <sebastien@ximian.com>
71
72         * RuntimeEnvironmentTest.cs: New. Unit tests for RuntimeEnvironment.
73         * RuntimeEnvironmentCas.cs: New. CAS unit tests for RuntimeEnvironment
74
75 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
76
77         * MarshalTest.cs: Add test for OffsetOf and static fields.
78
79 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
80
81         * GCHandleTest.cs: Add test for calling Alloc with null.
82
83 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
84
85         * MarshalTest.cs: Add test for AllocHGlobal and zero size.
86
87 2004-08-31  Nick Drochak <ndrochak@gol.com>
88
89         * MarshalTest.cs: Make tests pass on .NET 1.1.
90
91 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
92
93         * MarshalTest.cs: Add test for UnsafeAddrOfPinnedArrayElement.
94
95 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
96
97         * MarshalTest.cs: New tests for PtrTo* methods and null.
98
99 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
100
101         * MarshalTest.cs: added a few tests for Marshal.SizeOf.
102