Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.ComponentModel.Design.Serialization « Test « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3c2934174e8ac67afaf008ad9930cb416582351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2007-08-20  Gert Driesen  <drieseng@users.sourceforge.net>

	* ContextStackTest.cs: Fix build of unit tests on 1.0 profile.

2007-08-19  Ivan N. Zlatev  <contact@i-nz.net>

	* ContextStackTest.cs: New unit tests for ContextStack.

2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>

	* InstanceDescriptorTest.cs: Improved ctor tests. Added tests for
	properties and fields.

2005-10-18  Sebastien Pouliot  <sebastien@ximian.com> 
 
	* InstanceDescriptorCas.cs: Added more tests for LinkDemand as it just
	occured to me that it looked like the LinkDemand was on the class (and
	not only on the ctor).

2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>

	* InstanceDescriptorCas.cs: New. CAS unit tests.
	* InstanceDescriptorTest.cs: New. Unit tests for InstanceDescriptor
	when using a ContructorInfo.