X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FChangeLog;h=ef324965e799b51b1ff10a651cf819c5fb874be5;hb=4c8cd97dd29ca268cbf559c072642ce1525e1f88;hp=3f721eb7be1ba022ea9cbf130cdc60ed1608f726;hpb=699e59742843044f6efa1726b7cb64f19d909e64;p=mono.git diff --git a/mcs/class/System/Test/ChangeLog b/mcs/class/System/Test/ChangeLog index 3f721eb7be1..ef324965e79 100644 --- a/mcs/class/System/Test/ChangeLog +++ b/mcs/class/System/Test/ChangeLog @@ -1,3 +1,53 @@ +2005-09-22 Chris Toshok + + * System.Configuration.Provider/ProviderBaseTest.cs: add test for + null description. + +2005-09-22 Chris Toshok + + * System.Configuration.Provider/ProviderBaseTest.cs: new (rather + tiny) test. + +2005-09-21 Chris Toshok + + * System.Configuration/ApplicationSettingsBaseTest.cs: start of + tests. These are going to be rather convoluted. + +2005-09-20 Chris Toshok + + * System.Configuration/ProviderCollectionTest.cs: new test. + +2005-09-20 Chris Toshok + + * System.Configuration/SettingsPropertyValueCollectionTest.cs: new + test. + + * System.Configuration/SettingsPropertyCollectionTest.cs: new + test. + + * System.Configuration/SettingsPropertyValueTest.cs: new test. + +2005-09-19 Chris Toshok + + * System.Configuration/SettingsPropertyTest.cs: new tests. + +2005-01-18 Jonathan Pryor + + * 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 + + * test-config-file: Remove elements lacking a value attribute. + .NET 1.1 doesn't support this anymore, and neither does Mono. + +2004-12-03 Raja R Harinath + + * System.IO.Compression/GzipStreamTest.cs: Fix compile errors. + * System.IO.Compression/GzipStreamTest.cs: Likewise. + 2004-10-04 Raja R Harinath * System.IO.Compression/DeflateStreamTest.cs: NET_2_0 only.