Adding ArrayListTest to AllTests
[mono.git] / mcs / class / corlib / Test / ChangeLog
1 2002-02-10  Nick Drochak  <ndrochak@gol.com>\r
2 \r
3         * corlib_test.build: Remove duplicate excludes for \r
4         * AllTests.cs: Add System.Security.Policy tests.  However, commented\r
5         this out because NUnit is throwing an exception.  Need to figure\r
6         that out first.\r
7         \r
8 2002-02-09  Nick Drochak  <ndrochak@gol.com>\r
9 \r
10         * corlib_test.build: compile with mscorlib to test the tests.  This\r
11         will be our "reference" check to make sure the tests work.\r
12 \r
13 2002-01-25  Nick Drochak  <ndrochak@gol.com>\r
14 \r
15         * AllTests.cs: Add System.Resources.AllTests.Suite\r
16 \r
17 2002-01-14  Nick Drochak  <ndrochak@gol.com>\r
18 \r
19         * AllTests.cs: Add System.Security.Permissions.AllTests.Suite\r
20 \r
21 2002-01-05  Nick Drochak  <ndrochak@gol.com>\r
22 \r
23         * .cvsignore: ignore the debug files *.pdb\r
24 \r
25 2002-01-04   Duco Fijma <duco@lorentz.xs4all.nl>\r
26         * Added System/TimeSpanTest.cs\r
27 \r
28 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
29         * Added DebugTest to System.Diagnostics tests.\r
30 2001-11-08  Nick Drochak  <ndrochak@gol.com>\r
31 \r
32         * corlib_test.build: Include test for Queue in the dll\r
33 \r
34 2001-10-15  Martin Weindel <martin.weindel@t-online.de>\r
35 \r
36         * added System/DecimalTest.cs and System/DecimalTest2.cs\r
37 \r
38 2001-10-11  Jeffrey Stedfast  <fejj@ximian.com>\r
39 \r
40         * System/StringTest.cs: Added.\r
41 \r
42 2001-10-10  Thomas Neidhart <tome@sbox.tugraz.at>\r
43 \r
44         * added directory System.Security.Cryptography \r
45         * added TestSuite for all Crypto classes \r
46         * added tests for System.Security.Cryptography.AsymmetricAlgorithm \r
47         and System.Security.Cryptography.SymmetricAlgorithm\r
48     \r
49 2001-10-02  Martin Weindel <martin.weindel@t-online.de>\r
50 \r
51         * added directory System \r
52         * added tests for System.Int64\r
53 \r
54 2001-08-29  Alexander Klyubin <klyubin@aqris.com>\r
55   \r
56         * Added tests for System.Diagnostics.StackFrame and\r
57         System.Diagnostics.StackTrace. The tests only run against\r
58         Microsoft's implementation as StackTrace and StackFrame classes in\r
59         Mono are not yet properly implemented.\r
60     \r
61         Note that StackFrameTest runs properly only if compiled with\r
62         /debug switch.\r