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

ChangeLog « System.Collections « Test « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68d2d9d502e02f0a27c5058b8cd7f0243172ccc1 (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
2002-06-25  Nick Drochak  <ndrochak@gol.com>

	* QueueTest.cs: Trap some unexpected exceptions and add a bit of
	verbosity to some assert messages.

2002-06-20  Nick Drochak  <ndrochak@gol.com>

	* SortedListTest.cs: Make tests pass against ms.net.
	* QueueTest.cs: Make tests pass against ms.net.

2002-06-19  Nick Drochak  <ndrochak@gol.com>

	* AllTests.cs: Sort names and include missing tests.
	* SortedListTest.cs: Change Console.WriteLine() into Fail().

2002-05-27  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (TestLastIndexOf): Add try-catch block to report
	where we are throwing.

2002-05-21  Lawrence Pit  <loz@cable.a2000.nl>

	* ArrayListTest.cs: Added several tests to test for 0 capacity

2002-05-05  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs: Test for RankException when constructing from a 
	multi-dimensional array. Confirmed behavior from MS.NET

2002-05-01  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (TestBinarySearch) : accomodate possible bug in
	.NET runtime.

2002/05/01  Nick Drochak <ndrochak@gol.com>

	* ArrayListTest.cs (TestCopyTo) : Make assert messages unique and
	avoid possible MS.NET bug when test is run on .NET.

2002/04/30  Nick Drochak <ndrochak@gol.com>

	* ArrayListTest.cs (TestInsertRange) : Make assert messages unique.

2002-04-30  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (TestTrimToSize): Change test so that it doesn't
	rely on the specific timing of a capacity change.  Our corlib doubles
	capacity sooner than the reference system does.

2002-04-30  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs: Catch unexpected exception typs and report as
	failures.

2002-04-29  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (TestBinarySearch): Catch the correct exception here.

2002-04-29  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (): Remove test on unsorted array.  Behavior is 
	undefined according to docs. Re-added test that was commented out.

2002-03-24  Duncan Mak  <duncan@ximian.com>

	* SortedListTest.cs: Committed to CVS for Jaak Simm <jaaksimm@firm.ee>.

2002-02-28  Nick Drochak  <ndrochak@gol.com>

	* HashtableTest.cs: make the second test class public.  The was showing
	as an error whe run against the mscorlib.  Might be because of the
	new NUnit that was just checked in.

2002-02-20  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs: Add a small assert for a bug that I found and fixed
	in ArrayList.  Make sure it doesn't come up again.

2002-02-10  Nick Drochak  <ndrochak@gol.com>

	* QueueTest.cs: Put in correct namespace.

2002-02-09  Nick Drochak  <ndrochak@gol.com>

	* StackTest.cs: Removed test for IsReadonly.  Doesn't exist in .NET 1.0

2002-01-20  Nick Drochak  <ndrochak@gol.com>

	* BitArrayTest.cs: wrapped try-catch blocks around several of the tests. 
	NUnit doesn't properly catch exception here anymore.  Must be something
	to do with upgrading to .NET.1.0.