* System.dll.sources: Added Win32EventLog.cs.
[mono.git] / mcs / class / System / Test / System.Diagnostics / ChangeLog
index a881d1e797298f03d3163c415bcde8440006d06e..52fb9894e2621aef43ad520b6443c05b519d7ad5 100644 (file)
@@ -1,3 +1,91 @@
+2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EventLogTest.cs: Enable tests. On 2.0 profile, set MONO_EVENTLOG_TYPE
+       environment variable to force local file implementation to be used for
+       unit tests. This avoids permission issues for the unit tests, and
+       allows us to clean up the files/directory that are created during the
+       test run. Skip tests that cannot pass when the null implementation is
+       active (on 1.0 profile). Added tests for all WriteEntry and WriteEvent
+       (2.0 only) overloads, Clear, Entries, Exists and LogNameFromSourceName.
+
+2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EventLogTest.cs: new test, currently not enabled due to UnixRegistry
+       bug which still needs to be tracked, and which would cause temporary
+       registry entries to be left behind by running tests.
+
+2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EventSourceCreationDataTest.cs: new test.
+
+2006-05-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SwitchesTest.cs : Ignore NewSwitch under 2.0 as it fails under
+         .NET.
+
+2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * StopwatchTest.cs : new test.
+
+2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EventLogPermissionAttributeTest.cs: Removed *Choice security actions
+       * PerformanceCounterPermissionAttributeTest.cs: Removed *Choice 
+       security actions.
+
+2005-06-10  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * TraceTest.cs: Fixed test failure.
+
+2005-05-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EventLogPermissionAttributeTest.cs: Character #133 is refused into
+       machine names for 2.0.
+       * EventLogPermissionTest.csFx 2.0 now has better arguments checking 
+       (i.e. FDBK15131 was fixed).
+       * PerformanceCounterPermissionAttributeTest.cs
+       * PerformanceCounterPermissionTest.cs: Fx 2.0 now has better arguments
+       checking (i.e. FDBK15131 was fixed).
+
+2005-02-22  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * TraceTest.cs: Add multi-thread test for #69964.
+
+2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EventLogPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
+       * PerformanceCounterPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
+
+2005-01-18  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 requires that the value
+         attribute be a numeric value; check for that and update the success test
+         so that they'll actually pass.
+       * SwitchesTest.cs: TestNewSwitch reads "custom-switch" now, and the switches
+         value is now "42", not "0".  Remove warning about unused variable.
+
+2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 doesn't permit <add/>
+         elements without a value attribute.  Assert the same under Mono.
+
+2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * DiagnosticsConfigurationHandlerTest.cs: Don't ignore tests, instead mark
+         them as [Category ("NotDotNet")]; Fix the TraceTag_Listeners example (it
+         was passing invalid XML in a "valid" test).
+
+2005-01-08  Nick Drochak  <ndrochak@ieee.org>
+
+       * EventLogPermissionTest.cs
+       * PerformanceCounterPermissionTest.cs: Make tests pass on MS.NET.
+
+2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EventLogPermissionTest.cs: New. Unit tests for EventLogPermission.
+       * PerformanceCounterPermissionTest.cs: New. Unit tests for 
+       PerformanceCounterPermission.
+
 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
 
        * EventLogPermissionAttributeTest.cs: New. Unit tests for