[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / ChangeLog
index 6eb42f899a5a9fc73cf2b64b4766ce7e599cc930..4a19f3aa97b1f6faf3b70ca5855ec379cbcfa821 100644 (file)
@@ -1,3 +1,122 @@
+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.
+
+2007-04-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added XmlWriterTraceListener.cs.
+       * System_test.dll.sources : added TraceListenerTest.cs and
+         XmlWriterTraceListenerTest.cs.
+
+2007-02-01  Ilya Kharmatsky <ilyak -at- mainsoft.com>
+
+       * System.Test20.vmwcsproj: in project's files list - changed
+       SocketTest.cs to SocketTest.jvm.cs .
+
+2007-01-30  Ilya Kharmatsky <ilyak -at- mainsoft.com>
+
+       * System.Test20.vmwcsproj: updated list of files.
+
+2006-01-13  John Luke  <john.luke@gmail.com>
+
+       * System.Net.Mail/*Test.cs: update tests
+
+2006-01-06  Raja R Harinath  <rharinath@novell.com>
+
+       * System.Net.Mime/ContentDispositionTest.cs: Use Assert.AreEqual
+       rather than Assert.IsTrue(foo == bar) where appropriate.
+       (ToStringTest): Make it work on all timezones.
+
+2005-12-25  John Luke  <john.luke@gmail.com>
+
+       * System.Net.Mail/*Test.cs: additional tests
+
+2005-12-24  John Luke  <john.luke@gmail.com>
+
+       * System.Net.Mail/*Test.cs: add tests
+
+2005-12-23  John Luke  <john.luke@gmail.com>
+
+       * System.Net.Mime/ContentDispositionTest.cs:
+       * System.Net.Mime/ContentTypeTest.cs: add new tests
+
+2005-09-22  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration.Provider/ProviderBaseTest.cs: add test for
+       null description.
+       
+2005-09-22  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration.Provider/ProviderBaseTest.cs: new (rather
+       tiny) test.
+
+2005-09-21  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration/ApplicationSettingsBaseTest.cs: start of
+       tests.  These are going to be rather convoluted.
+
+2005-09-20  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration/ProviderCollectionTest.cs: new test.
+
+2005-09-20  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration/SettingsPropertyValueCollectionTest.cs: new
+       test.
+
+       * System.Configuration/SettingsPropertyCollectionTest.cs: new
+       test.
+
+       * System.Configuration/SettingsPropertyValueTest.cs: new test.
+
+2005-09-19  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration/SettingsPropertyTest.cs: new tests.
+
 2005-01-18  Jonathan Pryor  <jonpryor@vt.edu>
 
        * test-config-file: Remove "string-value" switch, as it causes