X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.Configuration%2FChangeLog;h=daa7ab25566ecbe40319c05d13905718f544a83d;hb=22448831bbcc3d170f80ae5e3cc02fccd39ff970;hp=ae09956394f1809ca21ce2f9c4a484f591942652;hpb=89d0ba3968d36576553e0f483b0c69465f94e8ae;p=mono.git diff --git a/mcs/class/System/Test/System.Configuration/ChangeLog b/mcs/class/System/Test/System.Configuration/ChangeLog index ae09956394f..daa7ab25566 100644 --- a/mcs/class/System/Test/System.Configuration/ChangeLog +++ b/mcs/class/System/Test/System.Configuration/ChangeLog @@ -1,3 +1,66 @@ +2008-09-14 Gert Driesen + + * ConfigXmlDocumentTest.cs: Added test for Load (String). + +2008-09-14 Gert Driesen + + * ProviderCollectionTest.cs: Moved to System.Configuration assembly. + +2008-06-25 Gert Driesen + + * ConfigurationExceptionTest.cs: Added ctor tests. + * ApplicationSettingsBaseTest.cs: Fixed line endings. + +2007-10-30 Arina Itkes + + * SettingsBaseTest.cs: Replacing Win32Exception to + CustomerException for compilation with TARGET_JVM defined. + * ApplicationSettingsBaseTest.cs: Replacing ProviderTypeName + to actual for compilation with TARGET_JVM defined. + +2007-06-13 Atsushi Enomoto + + * SettingElementTest.cs : test initial Value. + +2007-05-31 Atsushi Enomoto + + * ApplicationSettingsBaseTest.cs : NotWorking Providers(). + +2007-05-30 Atsushi Enomoto + + * SettingsBaseTest.cs : new test. + * ApplicationSettingsBaseTest.cs : added Providers(). + +2007-05-28 Atsushi Enomoto + + * SettingElementTest.cs : blame catch. + +2007-05-28 Atsushi Enomoto + + * SettingElementTest.cs : new test. + +2007-05-28 Atsushi Enomoto + + * ApplicationSettingsBaseTest.cs : enable working test. + +2007-01-14 Vladimir Krasnov + + * SettingsPropertyValueTest.cs: added tests for IsDirty proprty + +2007-01-08 Vladimir Krasnov + + * SettingsPropertyValueTest.cs: added tests of default value + deserealization + +2006-11-09 Sebastien Pouliot + + * ApplicationSettingsBaseTest.cs: Added test case for StringCollection + properties (that encode the string list in XML). + +2006-11-05 Vladimir Krasnov + + * SettingsPropertyValueTest.cs: added tests of value deserealization + 2006-06-29 Atsushi Enomoto * ApplicationSettingsBaseTest.cs : added test for bug #78654.