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

ChangeLog « System.Reflection « Test « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd367c755372ccc90a25a3c629af10090ea5f0e3 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
2004-07-03  Zoltan Varga  <vargaz@freemail.hu>

	* ModuleTest.cs: New tests for FindTypes.

2004-06-10  Lluis Sanchez  <lluis@ximian.com>

	* AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
	  empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys. 
	  Added messages to the assertions.

2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>

	* AssemblyNameTests.cs: added tests for AssemblyName.FullName 
	and serialization of AssemblyName, converted tests to use Assert
	class

2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* BinderTests.cs: added test for null type in the argument list.

2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* BinderTests.cs: one more test for matching a single property. Adapted
	to nunit 2.2 style.

2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* BinderTests.cs: added more indexers and more SelectProperty tests.

2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required 
	for new nunit).

2004-05-18  Gert Driesen (drieseng@users.sourceforge.net)

	* PropertyInfoTest.cs: New file.  Added test for 
	bug #58661.

2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* BinderTests.cs: New file.

2003-04-06  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongNameKeyPairTest.cs: Added test case for ECMA "key".

2003-03-24  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
	unneeded code and false comments (too much copy-n-paste).

2003-03-09  Jackson Harper  <jackson@ximian.com>

	* AssemblyAlgorithmIdAttributeTest.cs:
	* AssemblyConfigurationAttributeTest.cs:
	* AssemblyCopyrightAttributeTest.cs:
	* AssemblyCultureAttributeTest.cs:
	* AssemblyDelaySignAttributeTest.cs:
	* AssemblyDescriptionAttributeTest.cs:
	* AssemblyFileVersionAttributeTest.cs:
	* AssemblyInformationalVersionAttributeTest.cs: New test cases
	from nvineeth_mono@yahoo.com.

2003-11-24  Zoltan Varga  <vargaz@freemail.hu>

	* ModuleTest.cs: Make the assembly name unique to fix the GlobalData
	test.

2003-11-17  Zoltan Varga  <vargaz@freemail.hu>

	* ModuleTest.cs: Fix temp folder path

2003-10-17  Zoltan Varga  <vargaz@freemail.hu>

	* AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
	CultureInfo, Version and HashAlgorithm properties.

2003-09-30  Zoltan Varga  <vargaz@freemail.hu>

	* AssemblyTest.cs (TestGetType): New regression test for #49114.

2003-05-21  Zoltan Varga  <vargaz@freemail.hu>

	* ModuleTest.cs: New file.

2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AssemblyTest.cs: New file.

2002-12-30  Sebastien Pouliot <spouliot@videotron.ca>

	* AssemblyNameTest.cs: Added test for FullName (null cultureinfo).

2002-12-23  Sebastien Pouliot <spouliot@videotron.ca>

	* AssemblyNameTest.cs: Added test for non-signed assembly (which
	returns an empty array - i.e. not null like an empty assembly).

2002-12-21  Nick Drochak <ndrochak@gol.com>

	* all: make tests build and run under nunit2

2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>

	* AllTests.cs: Added test suites for AssemblyName and
	StrongNameKeyPair.
	* AssemblyNameTest.cs: New. Test suite for AssemblyName.
	* StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.