[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Configuration / Test / ChangeLog
index 55180795f824c9236a0e1c035a9c5f780931fdff..9857e6d2ea6240635adc445777c0fcce7c1e7ad4 100644 (file)
@@ -1,3 +1,38 @@
+2006-05-09     Boris Kirzner <borisk@mainsoft.com>
+       
+       * System.Configuration.Test20.vmwcsproj: small fixes for TARGET_JVM.
+
+2006-05-09     Boris Kirzner <borisk@mainsoft.com>
+
+       * System.Configuration.Test20.sln,
+       System.Configuration.Test20.vmwcsproj: added solution 
+       and project files for NET_2_0 TERGET_JVM tests.
+
+2005-12-16  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration/ConfigurationLockCollectionTest.cs
+       (DuplicateAdd, IsReadOnly): new tests.
+
+2005-12-06  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration/ConnectionStringSettingsTest.cs (NameNull):
+       use IsNull, not AreEqual.
+
+2005-12-04  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration/ConnectionStringSettingsTest.cs (NameNull):
+       fix test.
+
+2005-12-02  Chris Toshok  <toshok@ximian.com>
+
+       * System.Configuration/ConnectionStringSettingsTest.cs: new tests.
+       we fail a couple, due to the fact that it seems StringValidator on
+       MS (at least in this case) doesn't actually check the MinLength
+       requirement when the value is null.  I'm a bit confused by this.
+
+       * System.Configuration/StringValidatorTest.cs: add a null
+       validation check.
+
 2005-11-14  Chris Toshok  <toshok@ximian.com>
 
        * System.Configuration/CommaDelimitedStringCollectionConverterTest.cs: