2002-12-21 Nick Drochak * all: make tests build and run under nunit2 2002-10-16 Nick Drochak * QueueTest.cs: Add test from tetsuo via Vladimir Vukicevic (vladimir@pobox.com). 2002-10-09 Nick Drochak * SortedListTest.cs: Re-enable test for IsSyncronized 2002-09-24 Nick Drochak * ArrayListTest.cs: Add test for InsertRange() for the case where an ArrayList is passed to itself to be insterted. 2002-09-24 Nick Drochak * ArrayListTest.cs: Add check that enumerator is invalidated after a method that changes the list, such as Add(), Remove(), etc. 2002-07-02 Nick Drochak * SortedListTest.cs: Fix some expected/actual value parameters for AssertEquals(). 2002-06-30 Nick Drochak * SortedListTest.cs: Fix some expected/actual value parameters in the Assert()'s. Disable a part of test until the class is finished. 2002-06-25 Nick Drochak * QueueTest.cs: Trap some unexpected exceptions and add a bit of verbosity to some assert messages. 2002-06-20 Nick Drochak * SortedListTest.cs: Make tests pass against ms.net. * QueueTest.cs: Make tests pass against ms.net. 2002-06-19 Nick Drochak * AllTests.cs: Sort names and include missing tests. * SortedListTest.cs: Change Console.WriteLine() into Fail(). 2002-05-27 Nick Drochak * ArrayListTest.cs (TestLastIndexOf): Add try-catch block to report where we are throwing. 2002-05-21 Lawrence Pit * ArrayListTest.cs: Added several tests to test for 0 capacity 2002-05-05 Nick Drochak * ArrayListTest.cs: Test for RankException when constructing from a multi-dimensional array. Confirmed behavior from MS.NET 2002-05-01 Nick Drochak * ArrayListTest.cs (TestBinarySearch) : accomodate possible bug in .NET runtime. 2002/05/01 Nick Drochak * ArrayListTest.cs (TestCopyTo) : Make assert messages unique and avoid possible MS.NET bug when test is run on .NET. 2002/04/30 Nick Drochak * ArrayListTest.cs (TestInsertRange) : Make assert messages unique. 2002-04-30 Nick Drochak * 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 * ArrayListTest.cs: Catch unexpected exception typs and report as failures. 2002-04-29 Nick Drochak * ArrayListTest.cs (TestBinarySearch): Catch the correct exception here. 2002-04-29 Nick Drochak * 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 * SortedListTest.cs: Committed to CVS for Jaak Simm . 2002-02-28 Nick Drochak * 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 * 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 * QueueTest.cs: Put in correct namespace. 2002-02-09 Nick Drochak * StackTest.cs: Removed test for IsReadonly. Doesn't exist in .NET 1.0 2002-01-20 Nick Drochak * 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.