[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / ChangeLog
index a9328d532ede033d4f2e433f3304c43b16856f94..4a19f3aa97b1f6faf3b70ca5855ec379cbcfa821 100644 (file)
@@ -1,3 +1,47 @@
+2010-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.IO.Ports: New test directory.
+
+2010-01-29  Mike Kestner <mkestner@novell.com>
+
+       * System.Net/WebUtilityTest.cs: port of tests from System.Web.
+
+2009-05-14  Jonathan Pryor  <jpryor@novell.com>
+
+       * test-config-file: Revert the prior change, as this breaks 1.0
+         profile testing.
+       * test-config-file-net-2.0: Added; config file to use when testing
+         under the .NET 2.0+ profile, for #502944.
+
+2009-05-12  Jonathan Pryor  <jpryor@novell.com>
+
+       * test-config-file: Add a /configuration/system.diagnostics/source
+         section to elicit the buggy behavior found in #502944.
+
+2008-12-09  Christian Hergert <christian.hergert@gmail.com>
+
+       * System.Diagnostics/CounterCreationDataTest.cs: New test to verify
+       that CounterHelp defaults to String.Empty.
+
+2007-12-04  Arina Itkes <arinai@mainsoft.com>
+
+       * System_test.dll.sources : added RegexReplaceTests.cs
+       * PerlTest.cs, PerlTrials.cs, RegexResultTests.cs: New tests added.
+
+2007-12-04  Arina Itkes <arinai@mainsoft.com>
+
+       * UriTest.cs, UriTest2.cs : Tests that check Unix path should 
+         not run on Windows.
+
+2007-07-06  Alan McGovern  <amcgovern@novell.com>
+
+       * UriTest.cs : Added test to check that whitespace
+       is trimmed correctly before parsing a Uri.
+
+2007-07-06  Alan McGovern  <amcgovern@novell.com>
+
+       * SoundPlayerTest.cs : added SoundPlayerTest.cs
+
 2007-05-19  Atsushi Enomoto  <atsushi@ximian.com>
 
        * System_test.dll.sources : added DelimitedListTraceListenerTest.cs.