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