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