1 2009-10-15 Sebastien Pouliot <sebastien@ximian.com>
3 * GCHandleTest.cs: Add more test cases for validations
5 2009-08-13 Zoltan Varga <vargaz@gmail.com>
7 * GCHandleTest.cs: Add a test for null GC handles with type
10 2009-06-20 Zoltan Varga <vargaz@gmail.com>
12 * *.cs: Convert all tests to new-style nunit classes/methods.
14 2009-04-30 Sebastien Pouliot <sebastien@ximian.com>
16 * MarshalTest.cs: Fix building unit tests for NET_1_1
18 2009-04-29 Jonathan Chambers <joncham@gmail.com>
20 * MarshalTest.cs: Add test for GetExceptionForHR.
22 2008-06-21 Gert Driesen <drieseng@users.sourceforge.net>
24 * MarshalTest.cs: Added tests for GetHINSTANCE. Improved existing
25 tests, and removed use of ExpectedException. Use more meaningful names
26 for test methods. Minor code formatting.
28 2007-12-29 Gert Driesen <drieseng@users.sourceforge.net>
30 * ExternalExceptionTest.cs: Improved ctor test.
32 2007-12-04 Gert Driesen <drieseng@users.sourceforge.net>
34 * ExternalExceptionTest.cs: Added ctor tests.
36 2007-11-06 Sebastien Pouliot <sebastien@ximian.com>
38 * MarshalTest.cs: Add test for various StringTo... to check for
41 2007-11-06 Sebastien Pouliot <sebastien@ximian.com>
43 * MarshalTest.cs: Add a rountrip test case for BSTR (bug #339530).
45 2007-09-14 Zoltan Varga <vargaz@gmail.com>
47 * GCHandleTest.cs: Add some tests.
49 2007-08-23 Robert Jordan <robertj@gmx.net>
51 * MarshalTest.cs: Added test for HGlobal allocations. See bug #82499.
53 2006-08-31 Robert Jordan <robertj@gmx.net>
55 * MarshalTest.cs: Added tests for PtrToStringAuto/StringToHGlobalAuto.
57 2005-08-28 Sebastien Pouliot <sebastien@ximian.com>
59 * MarshalTest.cs: Added test for ReadInt32 (versus arch endianess).
60 Added endian check as Marshal must use CPU endianess.
62 2006-6-8 Jonathan Chambers <jonathan.chambers@ansys.com>
64 * MarshalTest.cs: Added tests for GetComSlotForMethodInfo.
66 2005-10-28 Sebastien Pouliot <sebastien@ximian.com>
68 * MarshalTest.cs: Added tests for 2.0 SecureTo* and ZeroFree* methods.
70 2005-09-20 Gert Driesen <drieseng@users.sourceforge.net>
72 * MarshalTest.cs: Added test for bug #76123.
74 2005-06-13 Sebastien Pouliot <sebastien@ximian.com>
76 * RuntimeEnvironmentTest.cs: Commented an assert than wasn't true when
77 doing a "make distcheck".
79 2005-06-07 Sebastien Pouliot <sebastien@ximian.com>
81 * RuntimeEnvironmentTest.cs: New. Unit tests for RuntimeEnvironment.
82 * RuntimeEnvironmentCas.cs: New. CAS unit tests for RuntimeEnvironment
84 2005-04-23 Zoltan Varga <vargaz@freemail.hu>
86 * MarshalTest.cs: Add test for OffsetOf and static fields.
88 2005-04-04 Zoltan Varga <vargaz@freemail.hu>
90 * GCHandleTest.cs: Add test for calling Alloc with null.
92 2004-09-03 Zoltan Varga <vargaz@freemail.hu>
94 * MarshalTest.cs: Add test for AllocHGlobal and zero size.
96 2004-08-31 Nick Drochak <ndrochak@gol.com>
98 * MarshalTest.cs: Make tests pass on .NET 1.1.
100 2004-05-05 Zoltan Varga <vargaz@freemail.hu>
102 * MarshalTest.cs: Add test for UnsafeAddrOfPinnedArrayElement.
104 2004-04-27 Zoltan Varga <vargaz@freemail.hu>
106 * MarshalTest.cs: New tests for PtrTo* methods and null.
108 2004-03-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
110 * MarshalTest.cs: added a few tests for Marshal.SizeOf.