2002-02-28 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / corlib / Test / System.Collections / ChangeLog
1 2002-02-28  Nick Drochak  <ndrochak@gol.com>\r
2 \r
3         * HashtableTest.cs: make the second test class public.  The was showing\r
4         as an error whe run against the mscorlib.  Might be because of the\r
5         new NUnit that was just checked in.\r
6 \r
7 2002-02-20  Nick Drochak  <ndrochak@gol.com>\r
8 \r
9         * ArrayListTest.cs: Add a small assert for a bug that I found and fixed\r
10         in ArrayList.  Make sure it doesn't come up again.\r
11 \r
12 2002-02-10  Nick Drochak  <ndrochak@gol.com>\r
13 \r
14         * QueueTest.cs: Put in correct namespace.\r
15 \r
16 2002-02-09  Nick Drochak  <ndrochak@gol.com>\r
17 \r
18         * StackTest.cs: Removed test for IsReadonly.  Doesn't exist in .NET 1.0\r
19 \r
20 2002-01-20  Nick Drochak  <ndrochak@gol.com>\r
21 \r
22         * BitArrayTest.cs: wrapped try-catch blocks around several of the tests. \r
23         NUnit doesn't properly catch exception here anymore.  Must be something\r
24         to do with upgrading to .NET.1.0.