File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (29 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2009-06-06  Gert Driesen  <drieseng@users.sourceforge.net>

	* ContextStackTest.cs: Added unit tests for indexers, and argument
	(null) checks.

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.