2005-11-22 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / Test / ChangeLog
index 3f721eb7be1ba022ea9cbf130cdc60ed1608f726..ef324965e799b51b1ff10a651cf819c5fb874be5 100644 (file)
@@ -1,3 +1,53 @@
+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
+         ConfigurationExceptions under .NET 1.1 (the value attribute can't be
+         non-numeric), and Mono now follows this behavior.  Add a "custom-switch"
+         value, which is used in the regression tests.
+
+2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * test-config-file: Remove <add/> elements lacking a value attribute.
+         .NET 1.1 doesn't support this anymore, and neither does Mono.
+
+2004-12-03  Raja R Harinath  <rharinath@novell.com>
+
+       * System.IO.Compression/GzipStreamTest.cs: Fix compile errors.
+       * System.IO.Compression/GzipStreamTest.cs: Likewise.
+
 2004-10-04  Raja R Harinath  <rharinath@novell.com>
 
        * System.IO.Compression/DeflateStreamTest.cs: NET_2_0 only.