New/Updated test cases. Fixed TraceTest so that it isn't causing test
[mono.git] / mcs / class / System / Test / System.Diagnostics / ChangeLog
1 2002-12-20  Jonathan Pryor <jonpryor@vt.edu>
2
3         * AllTests.cs: Add new tests
4         * SwitchesTest.cs: new file to test switches
5         * DiagnosticsConfigurationHandlerTest.cs: new file to test
6           DiagnosticsConfigurationHandler
7         * TraceTest.cs: Make sure that IndentLevel and IndentSize are set
8     appropriately before testing output.
9
10 2002-09-23  Nick Drochak  <ndrochak@gol.com>
11
12         * TraceTest.cs: Default level and size are 0 & 4, respectively.
13
14 2002-09-19  Nick Drochak  <ndrochak@gol.com>
15
16         * TraceTest.cs: Clear list of listeners before each test.
17
18 2002-09-17  Nick Drochak  <ndrochak@gol.com>
19
20         * TraceTest.cs: Remove extraneous Console.WriteLine().
21
22 2002-06-16  Jonathan Pryor  <jonpryor@vt.edu>
23         * TraceTest.cs: Added additional test cases.
24
25 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
26
27         * TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
28           would find it.
29
30 2002-03-10  Jonathan Pryor  <jonpryor@vt.edu>
31
32         * Initial creation of System.Diagnostics test directory
33         * AllTests.cs: file added
34         * TraceTest.cs: Test System.Diagnostics.Trace class
35