* TraceTest.cs: Fixed test failure.
[mono.git] / mcs / class / System / Test / System.Diagnostics / ChangeLog
1 2005-06-10  Gert Driesen <drieseng@users.sourceforge.net>
2
3         * TraceTest.cs: Fixed test failure.
4
5 2005-05-31  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * EventLogPermissionAttributeTest.cs: Character #133 is refused into
8         machine names for 2.0.
9         * EventLogPermissionTest.csFx 2.0 now has better arguments checking 
10         (i.e. FDBK15131 was fixed).
11         * PerformanceCounterPermissionAttributeTest.cs
12         * PerformanceCounterPermissionTest.cs: Fx 2.0 now has better arguments
13         checking (i.e. FDBK15131 was fixed).
14
15 2005-02-22  Jonathan Pryor  <jonpryor@vt.edu>
16
17         * TraceTest.cs: Add multi-thread test for #69964.
18
19 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * EventLogPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
22         * PerformanceCounterPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
23
24 2005-01-18  Jonathan Pryor  <jonpryor@vt.edu>
25
26         * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 requires that the value
27           attribute be a numeric value; check for that and update the success test
28           so that they'll actually pass.
29         * SwitchesTest.cs: TestNewSwitch reads "custom-switch" now, and the switches
30           value is now "42", not "0".  Remove warning about unused variable.
31
32 2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
33
34         * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 doesn't permit <add/>
35           elements without a value attribute.  Assert the same under Mono.
36
37 2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
38
39         * DiagnosticsConfigurationHandlerTest.cs: Don't ignore tests, instead mark
40           them as [Category ("NotDotNet")]; Fix the TraceTag_Listeners example (it
41           was passing invalid XML in a "valid" test).
42
43 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
44
45         * EventLogPermissionTest.cs
46         * PerformanceCounterPermissionTest.cs: Make tests pass on MS.NET.
47
48 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
49
50         * EventLogPermissionTest.cs: New. Unit tests for EventLogPermission.
51         * PerformanceCounterPermissionTest.cs: New. Unit tests for 
52         PerformanceCounterPermission.
53
54 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
55
56         * EventLogPermissionAttributeTest.cs: New. Unit tests for 
57         EventLogPermissionAttribute.
58         * PerformanceCounterPermissionAttributeTest.cs: New. Unit tests for 
59         PerformanceCounterPermissionAttribute.
60
61 2004-02-05  Nick Drochak <ndrochak@gol.com>
62
63         * DiagnosticsConfigurationHandlerTest.cs: Ignore tests using classes not 
64         meant to be used directly.
65
66 2003-12-30  Nick Drochak <ndrochak@gol.com>
67
68         * DiagnosticsConfigurationHandlerTest.cs: Inherit from Assertion to
69         make it a bit simpler.
70         * SwitchesTest.cs: Make the tests pass on .NET 1.1
71
72 2003-03-25  Nick Drochak <ndrochak@gol.com>
73
74         * DiagnosticsConfigurationHandlerTest.cs: Fix compiler warnings
75
76 2002-12-20  Jonathan Pryor <jonpryor@vt.edu>
77
78         * AllTests.cs: Add new tests
79         * SwitchesTest.cs: new file to test switches
80         * DiagnosticsConfigurationHandlerTest.cs: new file to test
81           DiagnosticsConfigurationHandler
82         * TraceTest.cs: Make sure that IndentLevel and IndentSize are set
83     appropriately before testing output.
84
85 2002-09-23  Nick Drochak  <ndrochak@gol.com>
86
87         * TraceTest.cs: Default level and size are 0 & 4, respectively.
88
89 2002-09-19  Nick Drochak  <ndrochak@gol.com>
90
91         * TraceTest.cs: Clear list of listeners before each test.
92
93 2002-09-17  Nick Drochak  <ndrochak@gol.com>
94
95         * TraceTest.cs: Remove extraneous Console.WriteLine().
96
97 2002-06-16  Jonathan Pryor  <jonpryor@vt.edu>
98         * TraceTest.cs: Added additional test cases.
99
100 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
101
102         * TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
103           would find it.
104
105 2002-03-10  Jonathan Pryor  <jonpryor@vt.edu>
106
107         * Initial creation of System.Diagnostics test directory
108         * AllTests.cs: file added
109         * TraceTest.cs: Test System.Diagnostics.Trace class
110