**** Merged from MCS ****
[mono-project.git] / mcs / class / System / Test / System.Diagnostics / ChangeLog
blob27f891c7874ef765d2a2ece19daed3b5227e4ebe
1 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
3         * EventLogPermissionTest.cs: New. Unit tests for EventLogPermission.
4         * PerformanceCounterPermissionTest.cs: New. Unit tests for 
5         PerformanceCounterPermission.
7 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
9         * EventLogPermissionAttributeTest.cs: New. Unit tests for 
10         EventLogPermissionAttribute.
11         * PerformanceCounterPermissionAttributeTest.cs: New. Unit tests for 
12         PerformanceCounterPermissionAttribute.
14 2004-02-05  Nick Drochak <ndrochak@gol.com>
16         * DiagnosticsConfigurationHandlerTest.cs: Ignore tests using classes not 
17         meant to be used directly.
19 2003-12-30  Nick Drochak <ndrochak@gol.com>
21         * DiagnosticsConfigurationHandlerTest.cs: Inherit from Assertion to
22         make it a bit simpler.
23         * SwitchesTest.cs: Make the tests pass on .NET 1.1
25 2003-03-25  Nick Drochak <ndrochak@gol.com>
27         * DiagnosticsConfigurationHandlerTest.cs: Fix compiler warnings
29 2002-12-20  Jonathan Pryor <jonpryor@vt.edu>
31         * AllTests.cs: Add new tests
32         * SwitchesTest.cs: new file to test switches
33         * DiagnosticsConfigurationHandlerTest.cs: new file to test
34           DiagnosticsConfigurationHandler
35         * TraceTest.cs: Make sure that IndentLevel and IndentSize are set
36     appropriately before testing output.
38 2002-09-23  Nick Drochak  <ndrochak@gol.com>
40         * TraceTest.cs: Default level and size are 0 & 4, respectively.
42 2002-09-19  Nick Drochak  <ndrochak@gol.com>
44         * TraceTest.cs: Clear list of listeners before each test.
46 2002-09-17  Nick Drochak  <ndrochak@gol.com>
48         * TraceTest.cs: Remove extraneous Console.WriteLine().
50 2002-06-16  Jonathan Pryor  <jonpryor@vt.edu>
51         * TraceTest.cs: Added additional test cases.
53 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
55         * TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
56           would find it.
58 2002-03-10  Jonathan Pryor  <jonpryor@vt.edu>
60         * Initial creation of System.Diagnostics test directory
61         * AllTests.cs: file added
62         * TraceTest.cs: Test System.Diagnostics.Trace class