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: 281a1b53f03db2a2ed5c9e084c187de454f8e161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.