[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Diagnostics / ChangeLog
index 7e6e522c8e1894cc6fdea0db679066c0045cef09..2a5e3c7a03bfaab46c103dd77f2eb06b86e5a865 100644 (file)
@@ -1,3 +1,143 @@
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * SwitchesTest.cs, TraceTest.cs: Upgrade to new NUnit style.
+
+2009-02-24  AndrĂ©s G. Aragoneses  <aaragoneses@novell.com>
+
+        * Process.cs: New tests for bug 477943.
+
+2008-12-30  Raja R Harinath  <harinath@hurrynot.org>
+
+       * ProcessTest.cs: Import System.Threading namespace.
+
+2008-12-25  Miguel de Icaza  <miguel@novell.com>
+
+       * ProcessTest.cs: Created a test case from bug 459450.
+
+2008-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EventLogTest.cs: Fixed compiler warning.
+
+2008-08-02  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TraceListenerTest.cs: Added test for GetSupportedAttributes.
+
+2008-06-21  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (Start_UseShellExecuteWithEmptyUserName):
+       add test for bug #350543.
+
+2008-06-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FileVersionInfoTest.cs : disabled all English-Windows-dependent
+         tests. They all fail on Windows whose language is not English.
+
+         In general, be careful to compare language-dependent strings.
+
+2008-05-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * TraceTest.cs: Add a test for #385666.
+
+2008-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FileVerionInfoTest.cs: Enabled test for bug #374600.
+
+2008-03-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FileVersionInfoTest.cs: Enabled tests that previously failed.
+       Increase code coverage.
+
+2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FileVersionInfoTest.cs: Added set of (mostly notworking) tests for
+       FileVersionInfo, and indirectly also for AssemblyBuilder.
+
+2007-12-22  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ProcessTest.cs: Added tests for PriorityClass.
+
+2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ProcessTest.cs: Added tests for Start overloads.
+
+2007-11-02  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (TestRedirectedOutputIsAsync):
+       Comment out the failing asserts until I've found out why they are
+       failing.
+
+2007-11-02  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (TestRedirectedOutputIsAsync):
+       Wait for the pending async operation.
+
+2007-11-02  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (TestRedirectedOutputIsAsync):
+       Instrument to see why the build bots are failing.
+
+2007-11-01  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (TestRedirectedOutputIsAsync):
+       Replace the generated script with a simple one (command line based).
+       Add additional assert for Process.ExitCode == 0.
+
+2007-10-30  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs: Add tests for bug #319829.
+
+2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SwitchesTest.cs: Fixed compiler warning.
+
+2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DiagnosticsConfigurationHandlerTest.cs: No longer derive from
+       deprecated Assertion class. Code formatting. On 2.0 profile, allow
+       non-integral values for switches.
+
+2007-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EventLogTest.cs: Added tests for validity of machine name. Added
+       tests for case-insensitivity of Source, Log and MachineName.
+
+2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ProcessStartInfoTest.cs: tests for Standard[Output|Error]Encoding.
+
+2007-07-11  Ankit Jain  <jankit@novell.com>
+
+       * ProcessStartInfoTest.cs: New.
+
+2007-05-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DelimitedListTraceListenerTest.cs : new test.
+
+2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SwitchesTest.cs : added tests for BooleanSwitch Value.
+       * TraceListenerTest.cs : added test for TraceOutputOptions.
+
+2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DiagnosticsConfigurationHandlerTest.cs : in 2.0 configuration item
+         listeners/add/@type is optional (for named shared listener support).
+
+2007-04-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TraceListenerTest.cs : new test.
+       * XmlWriterTraceListenerTest.cs : new test (but disabled since they
+         are too instance dependent).
+
+2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TraceSourceTest.cs, SourceSwitchTest.cs : new tests.
+       * SwitchesTest.cs : added test for GetSupportedAttributes().
+
+2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ProcessTest.cs: Added null check tests.
+
 2006-08-27  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * EventLogTest.cs: Added tests for log name validation in