File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 142,728 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,304; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (129 lines) | stat: -rw-r--r-- 3,985 bytes parent folder | download | duplicates (2)
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
2006-09-12  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListTest.cs: Added tests for binary serialization, and Enumerator
	version checks.

2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>

	* ListTest.cs : test for bug #77277 by Kazuki Oikawa.

2006-03-16  Ankit Jain  <jankit@novell.com>

	* ListTest.cs: Add some tests for InsertRange.

2006-01-23  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs (IDictionary_*): Add a few tests for the
	IDictionary explicit implementation.

2006-01-19  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs: Remove NotWorking annotations.
	(Empty_CopyTo, Empty_Values_CopyTo): Fix tests to check that
	CopyTo from an empty dictionary does not throw an exception when
	'index==array.Length'.
	(PlainEnumeratorReturnTest): Check the type of 'Entry' property too.

2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>

	* DictionaryTest.cs : fixed several tests to not fail under .NET 2.0
	  and thus marked some as NotWorking. Numbered some assertions.

2005-12-21  Sebastien Pouliot  <sebastien@ximian.com>

	* ListTest.cs: Added test cases for #77039 for sorting a list with
	IComparable (generic or not) and without IComparable (exception).

2005-12-20  Sebastien Pouliot  <sebastien@ximian.com>

	* ListTest.cs: Added test case for #76361 for sorting the list with a
	generic comparer.

2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>

	* DictionaryTest.cs: Added test cases for CopyTo, including a test for
	DictionaryEntry.
	* ListTest.cs: Added test case for #77019 when copying from an empty 
	dictionary.

2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>

	* ListTest.cs: Added test case for a binary search with an empty list
	(bug #77030). Removed IsReadOnly test case as this isn't part of the 
	public API anymore.

2005-08-16  Martin Baulig  <martin@ximian.com>

	* DictionaryTest.cs (IEnumeratorGenericTest): Reflect latest
	`KeyValuePair<K,V>' API changes.

2005-06-27  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs (FailFastTest1, FailFastTest2, FailFastTest3):
	New tests to ensure that enumerators are invalidated on
	modifications to the dictionary.

2005-06-22  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs (KeyValueEnumeratorTest): Add test for infloop
	if dictionary is read while it's being enumerated.

2005-06-20  David Waite  <mass@akuma.org>

	* ListTest.cs: Substantial new tests

2005-06-18  David Waite  <mass@akuma.org>

	* DictionaryTest.cs (AddTest3): Added test of simple interaction with
	struct dictionary
	(AddDuplicateTest,IndexerGetNullTest,IndexerSetNullTest): Added tests
	for exceptional cases to verify correct exceptions
	(TryGetValueTest): check return value from TryGetValue
	(KeyValueEnumeratorTest): Added test from verification of ms.net beta2
	behavior for non-generic IEnumerator/IDictionaryEnumerator behavior
	against Dictionary<>
	(SerializationTest): Added test to utilize serialization routines.
    
2005-06-16  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs (SliceCollectionsEnumeratorTest): New test
	based on #75053.

2005-06-07  Ankit Jain <ankit@corewars.org>

	* DictionaryTest.cs (KeyValueEnumeratorTest): Added new test.
	
2005-05-19  Raja R Harinath  <rharinath@novell.com>

	* ListTest.cs (TestGetRange): Add missing ';'.  Actually compare
	the length of the list.

2005-05-18  Miguel de Icaza  <miguel@novell.com>

	* ListTest.cs: Added.

2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>

	* QueueTest.cs, StackTest.cs: They are now in System.dll

2005-05-05  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs (MyTest.GetHashCode): Add to silence a
	compiler warning.

2005-04-04  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs: Update.

2005-04-02  Ben Maurer  <bmaurer@ximian.com>

	* DictionaryTest.cs: new test.

2005-01-29  Ben Maurer  <bmaurer@ximian.com>

	* QueueTest.cs: new Test.

2004-12-27  Ben Maurer  <bmaurer@ximian.com>

	* StackTest.cs: new Test.