* System.dll.sources: Added Win32EventLog.cs.
[mono.git] / mcs / class / System / Test / System.Diagnostics / ChangeLog
1 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * EventLogTest.cs: Enable tests. On 2.0 profile, set MONO_EVENTLOG_TYPE
4         environment variable to force local file implementation to be used for
5         unit tests. This avoids permission issues for the unit tests, and
6         allows us to clean up the files/directory that are created during the
7         test run. Skip tests that cannot pass when the null implementation is
8         active (on 1.0 profile). Added tests for all WriteEntry and WriteEvent
9         (2.0 only) overloads, Clear, Entries, Exists and LogNameFromSourceName.
10
11 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
12
13         * EventLogTest.cs: new test, currently not enabled due to UnixRegistry
14         bug which still needs to be tracked, and which would cause temporary
15         registry entries to be left behind by running tests.
16
17 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
18
19         * EventSourceCreationDataTest.cs: new test.
20
21 2006-05-17  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * SwitchesTest.cs : Ignore NewSwitch under 2.0 as it fails under
24           .NET.
25
26 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * StopwatchTest.cs : new test.
29
30 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
31
32         * EventLogPermissionAttributeTest.cs: Removed *Choice security actions
33         * PerformanceCounterPermissionAttributeTest.cs: Removed *Choice 
34         security actions.
35
36 2005-06-10  Gert Driesen <drieseng@users.sourceforge.net>
37
38         * TraceTest.cs: Fixed test failure.
39
40 2005-05-31  Sebastien Pouliot  <sebastien@ximian.com>
41
42         * EventLogPermissionAttributeTest.cs: Character #133 is refused into
43         machine names for 2.0.
44         * EventLogPermissionTest.csFx 2.0 now has better arguments checking 
45         (i.e. FDBK15131 was fixed).
46         * PerformanceCounterPermissionAttributeTest.cs
47         * PerformanceCounterPermissionTest.cs: Fx 2.0 now has better arguments
48         checking (i.e. FDBK15131 was fixed).
49
50 2005-02-22  Jonathan Pryor  <jonpryor@vt.edu>
51
52         * TraceTest.cs: Add multi-thread test for #69964.
53
54 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
55
56         * EventLogPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
57         * PerformanceCounterPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
58
59 2005-01-18  Jonathan Pryor  <jonpryor@vt.edu>
60
61         * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 requires that the value
62           attribute be a numeric value; check for that and update the success test
63           so that they'll actually pass.
64         * SwitchesTest.cs: TestNewSwitch reads "custom-switch" now, and the switches
65           value is now "42", not "0".  Remove warning about unused variable.
66
67 2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
68
69         * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 doesn't permit <add/>
70           elements without a value attribute.  Assert the same under Mono.
71
72 2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
73
74         * DiagnosticsConfigurationHandlerTest.cs: Don't ignore tests, instead mark
75           them as [Category ("NotDotNet")]; Fix the TraceTag_Listeners example (it
76           was passing invalid XML in a "valid" test).
77
78 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
79
80         * EventLogPermissionTest.cs
81         * PerformanceCounterPermissionTest.cs: Make tests pass on MS.NET.
82
83 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
84
85         * EventLogPermissionTest.cs: New. Unit tests for EventLogPermission.
86         * PerformanceCounterPermissionTest.cs: New. Unit tests for 
87         PerformanceCounterPermission.
88
89 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
90
91         * EventLogPermissionAttributeTest.cs: New. Unit tests for 
92         EventLogPermissionAttribute.
93         * PerformanceCounterPermissionAttributeTest.cs: New. Unit tests for 
94         PerformanceCounterPermissionAttribute.
95
96 2004-02-05  Nick Drochak <ndrochak@gol.com>
97
98         * DiagnosticsConfigurationHandlerTest.cs: Ignore tests using classes not 
99         meant to be used directly.
100
101 2003-12-30  Nick Drochak <ndrochak@gol.com>
102
103         * DiagnosticsConfigurationHandlerTest.cs: Inherit from Assertion to
104         make it a bit simpler.
105         * SwitchesTest.cs: Make the tests pass on .NET 1.1
106
107 2003-03-25  Nick Drochak <ndrochak@gol.com>
108
109         * DiagnosticsConfigurationHandlerTest.cs: Fix compiler warnings
110
111 2002-12-20  Jonathan Pryor <jonpryor@vt.edu>
112
113         * AllTests.cs: Add new tests
114         * SwitchesTest.cs: new file to test switches
115         * DiagnosticsConfigurationHandlerTest.cs: new file to test
116           DiagnosticsConfigurationHandler
117         * TraceTest.cs: Make sure that IndentLevel and IndentSize are set
118     appropriately before testing output.
119
120 2002-09-23  Nick Drochak  <ndrochak@gol.com>
121
122         * TraceTest.cs: Default level and size are 0 & 4, respectively.
123
124 2002-09-19  Nick Drochak  <ndrochak@gol.com>
125
126         * TraceTest.cs: Clear list of listeners before each test.
127
128 2002-09-17  Nick Drochak  <ndrochak@gol.com>
129
130         * TraceTest.cs: Remove extraneous Console.WriteLine().
131
132 2002-06-16  Jonathan Pryor  <jonpryor@vt.edu>
133         * TraceTest.cs: Added additional test cases.
134
135 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
136
137         * TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
138           would find it.
139
140 2002-03-10  Jonathan Pryor  <jonpryor@vt.edu>
141
142         * Initial creation of System.Diagnostics test directory
143         * AllTests.cs: file added
144         * TraceTest.cs: Test System.Diagnostics.Trace class
145