for TARGET_J2EE only:
[mono.git] / mcs / class / System / Test / System.Diagnostics / ChangeLog
1 2007-12-22  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * ProcessTest.cs: Added tests for PriorityClass.
4
5 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * ProcessTest.cs: Added tests for Start overloads.
8
9 2007-11-02  Robert Jordan  <robertj@gmx.net>
10
11         * ProcessTest.cs (TestRedirectedOutputIsAsync):
12         Comment out the failing asserts until I've found out why they are
13         failing.
14
15 2007-11-02  Robert Jordan  <robertj@gmx.net>
16
17         * ProcessTest.cs (TestRedirectedOutputIsAsync):
18         Wait for the pending async operation.
19
20 2007-11-02  Robert Jordan  <robertj@gmx.net>
21
22         * ProcessTest.cs (TestRedirectedOutputIsAsync):
23         Instrument to see why the build bots are failing.
24
25 2007-11-01  Robert Jordan  <robertj@gmx.net>
26
27         * ProcessTest.cs (TestRedirectedOutputIsAsync):
28         Replace the generated script with a simple one (command line based).
29         Add additional assert for Process.ExitCode == 0.
30
31 2007-10-30  Robert Jordan  <robertj@gmx.net>
32
33         * ProcessTest.cs: Add tests for bug #319829.
34
35 2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
36
37         * SwitchesTest.cs: Fixed compiler warning.
38
39 2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
40
41         * DiagnosticsConfigurationHandlerTest.cs: No longer derive from
42         deprecated Assertion class. Code formatting. On 2.0 profile, allow
43         non-integral values for switches.
44
45 2007-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
46
47         * EventLogTest.cs: Added tests for validity of machine name. Added
48         tests for case-insensitivity of Source, Log and MachineName.
49
50 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * ProcessStartInfoTest.cs: tests for Standard[Output|Error]Encoding.
53
54 2007-07-11  Ankit Jain  <jankit@novell.com>
55
56         * ProcessStartInfoTest.cs: New.
57
58 2007-05-19  Atsushi Enomoto  <atsushi@ximian.com>
59
60         * DelimitedListTraceListenerTest.cs : new test.
61
62 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * SwitchesTest.cs : added tests for BooleanSwitch Value.
65         * TraceListenerTest.cs : added test for TraceOutputOptions.
66
67 2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * DiagnosticsConfigurationHandlerTest.cs : in 2.0 configuration item
70           listeners/add/@type is optional (for named shared listener support).
71
72 2007-04-19  Atsushi Enomoto  <atsushi@ximian.com>
73
74         * TraceListenerTest.cs : new test.
75         * XmlWriterTraceListenerTest.cs : new test (but disabled since they
76           are too instance dependent).
77
78 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
79
80         * TraceSourceTest.cs, SourceSwitchTest.cs : new tests.
81         * SwitchesTest.cs : added test for GetSupportedAttributes().
82
83 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
84
85         * ProcessTest.cs: Added null check tests.
86
87 2006-08-27  Gert Driesen  <drieseng@users.sourceforge.net>
88
89         * EventLogTest.cs: Added tests for log name validation in 
90         CreateEventSource.
91
92 2006-08-26  Gert Driesen  <drieseng@users.sourceforge.net>
93
94         * EventLogTest.cs: Use a dedicated temp directory for testing the
95         local file implementation (2.0 only).
96
97 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
98
99         * EventInstanceTest.cs: Added tests for EventInstance.
100
101 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
102
103         * EventLogTest.cs: Enable tests. On 2.0 profile, set MONO_EVENTLOG_TYPE
104         environment variable to force local file implementation to be used for
105         unit tests. This avoids permission issues for the unit tests, and
106         allows us to clean up the files/directory that are created during the
107         test run. Skip tests that cannot pass when the null implementation is
108         active (on 1.0 profile). Added tests for all WriteEntry and WriteEvent
109         (2.0 only) overloads, Clear, Entries, Exists and LogNameFromSourceName.
110
111 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
112
113         * EventLogTest.cs: new test, currently not enabled due to UnixRegistry
114         bug which still needs to be tracked, and which would cause temporary
115         registry entries to be left behind by running tests.
116
117 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
118
119         * EventSourceCreationDataTest.cs: new test.
120
121 2006-05-17  Atsushi Enomoto  <atsushi@ximian.com>
122
123         * SwitchesTest.cs : Ignore NewSwitch under 2.0 as it fails under
124           .NET.
125
126 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
127
128         * StopwatchTest.cs : new test.
129
130 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
131
132         * EventLogPermissionAttributeTest.cs: Removed *Choice security actions
133         * PerformanceCounterPermissionAttributeTest.cs: Removed *Choice 
134         security actions.
135
136 2005-06-10  Gert Driesen <drieseng@users.sourceforge.net>
137
138         * TraceTest.cs: Fixed test failure.
139
140 2005-05-31  Sebastien Pouliot  <sebastien@ximian.com>
141
142         * EventLogPermissionAttributeTest.cs: Character #133 is refused into
143         machine names for 2.0.
144         * EventLogPermissionTest.csFx 2.0 now has better arguments checking 
145         (i.e. FDBK15131 was fixed).
146         * PerformanceCounterPermissionAttributeTest.cs
147         * PerformanceCounterPermissionTest.cs: Fx 2.0 now has better arguments
148         checking (i.e. FDBK15131 was fixed).
149
150 2005-02-22  Jonathan Pryor  <jonpryor@vt.edu>
151
152         * TraceTest.cs: Add multi-thread test for #69964.
153
154 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
155
156         * EventLogPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
157         * PerformanceCounterPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
158
159 2005-01-18  Jonathan Pryor  <jonpryor@vt.edu>
160
161         * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 requires that the value
162           attribute be a numeric value; check for that and update the success test
163           so that they'll actually pass.
164         * SwitchesTest.cs: TestNewSwitch reads "custom-switch" now, and the switches
165           value is now "42", not "0".  Remove warning about unused variable.
166
167 2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
168
169         * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 doesn't permit <add/>
170           elements without a value attribute.  Assert the same under Mono.
171
172 2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
173
174         * DiagnosticsConfigurationHandlerTest.cs: Don't ignore tests, instead mark
175           them as [Category ("NotDotNet")]; Fix the TraceTag_Listeners example (it
176           was passing invalid XML in a "valid" test).
177
178 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
179
180         * EventLogPermissionTest.cs
181         * PerformanceCounterPermissionTest.cs: Make tests pass on MS.NET.
182
183 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
184
185         * EventLogPermissionTest.cs: New. Unit tests for EventLogPermission.
186         * PerformanceCounterPermissionTest.cs: New. Unit tests for 
187         PerformanceCounterPermission.
188
189 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
190
191         * EventLogPermissionAttributeTest.cs: New. Unit tests for 
192         EventLogPermissionAttribute.
193         * PerformanceCounterPermissionAttributeTest.cs: New. Unit tests for 
194         PerformanceCounterPermissionAttribute.
195
196 2004-02-05  Nick Drochak <ndrochak@gol.com>
197
198         * DiagnosticsConfigurationHandlerTest.cs: Ignore tests using classes not 
199         meant to be used directly.
200
201 2003-12-30  Nick Drochak <ndrochak@gol.com>
202
203         * DiagnosticsConfigurationHandlerTest.cs: Inherit from Assertion to
204         make it a bit simpler.
205         * SwitchesTest.cs: Make the tests pass on .NET 1.1
206
207 2003-03-25  Nick Drochak <ndrochak@gol.com>
208
209         * DiagnosticsConfigurationHandlerTest.cs: Fix compiler warnings
210
211 2002-12-20  Jonathan Pryor <jonpryor@vt.edu>
212
213         * AllTests.cs: Add new tests
214         * SwitchesTest.cs: new file to test switches
215         * DiagnosticsConfigurationHandlerTest.cs: new file to test
216           DiagnosticsConfigurationHandler
217         * TraceTest.cs: Make sure that IndentLevel and IndentSize are set
218     appropriately before testing output.
219
220 2002-09-23  Nick Drochak  <ndrochak@gol.com>
221
222         * TraceTest.cs: Default level and size are 0 & 4, respectively.
223
224 2002-09-19  Nick Drochak  <ndrochak@gol.com>
225
226         * TraceTest.cs: Clear list of listeners before each test.
227
228 2002-09-17  Nick Drochak  <ndrochak@gol.com>
229
230         * TraceTest.cs: Remove extraneous Console.WriteLine().
231
232 2002-06-16  Jonathan Pryor  <jonpryor@vt.edu>
233         * TraceTest.cs: Added additional test cases.
234
235 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
236
237         * TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
238           would find it.
239
240 2002-03-10  Jonathan Pryor  <jonpryor@vt.edu>
241
242         * Initial creation of System.Diagnostics test directory
243         * AllTests.cs: file added
244         * TraceTest.cs: Test System.Diagnostics.Trace class
245