[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Configuration / Test / System.Configuration / ChangeLog
index 3d87a2848d888be7a77243de899efeaa1e4026df..0381f79ad398a65fd22f8fef8a84ed2434951c39 100644 (file)
@@ -1,3 +1,61 @@
+2010-01-15 Jonathan Pobst  <monkey@jpobst.com>
+
+       * ConfigurationErrorsExceptionTest.cs: Mark 4 failing tests as NotWorking.
+       Filed as bug #571226.
+
+2009-07-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * ConfigurationSectionTest.cs: New test.
+
+2008-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ConfigurationManagerTest.cs: Added test for bug #323622.
+
+2008-07-02  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ConfigurationManagerTest.cs: Added/improved tests for
+       OpenExeConfiguration. Enabled tests that were previously failed. 
+
+2008-06-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ConfigurationErrorsExceptionTest.cs : actually
+         remove ignored tests.
+
+2008-06-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ConfigurationErrorsExceptionTest.cs : mark couple
+         of tests as [Ignore] that blocks us from decent
+         implementation in the name of silly .NET compatibility.
+
+2008-06-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ConfigurationErrorsExceptionTest.cs: Added tests for ctors and
+       GetFilename/GetLineNumber overloads.
+
+2007-08-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * GenericEnumConverterTest.cs: Remove unused variable.
+       * ConfigurationManagerTest.cs: Fixed line endings.
+       * ConnectionStringSettingsTest.cs: Fixed line endings and avoid
+       ToString override warning.
+       * KeyValueConfigurationElementTest.cs: Fixed line endings.
+       * KeyValueConfigurationCollectionTest.cs: Fixed line endings.
+
+2007-06-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ConfigurationManagerTest.cs : Enabled some tests with related to
+         roaming user config. Marked some tests for negative check as
+         [NotWorking] (they are rather uncovered bugs than enbug).
+
+2007-06-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ConfigurationSectionGroupTest.cs : new (my change is with tests.)
+
+2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ConfigurationManagerTest.cs : added SectionCollectionEnumerator().
+         Fixed NotWorking test OpenMachineConfiguration().
+
 2006-09-18     Boris Kirzner <borisk@mainsoft.com>
 
        *  TimeSpanMinutesConverterTest.cs,