* ConfigurationExceptionTest.cs: Added ctor tests.
[mono.git] / mcs / class / System / Test / System.Configuration / ChangeLog
1 2008-06-25  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * ConfigurationExceptionTest.cs: Added ctor tests.
4
5 2007-10-30 Arina Itkes <arinai@mainsoft.com>
6
7         * SettingsBaseTest.cs: Replacing Win32Exception to 
8         CustomerException for compilation with TARGET_JVM defined.
9         * ApplicationSettingsBaseTest.cs: Replacing ProviderTypeName
10         to actual for compilation with TARGET_JVM defined.
11
12 2007-06-13  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * SettingElementTest.cs : test initial Value.
15
16 2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * ApplicationSettingsBaseTest.cs : NotWorking Providers().
19
20 2007-05-30  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * SettingsBaseTest.cs : new test.
23         * ApplicationSettingsBaseTest.cs : added Providers().
24
25 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * SettingElementTest.cs : blame catch.
28
29 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * SettingElementTest.cs : new test.
32
33 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * ApplicationSettingsBaseTest.cs : enable working test.
36
37 2007-01-14  Vladimir Krasnov  <vladimirk@mainsoft.com>
38
39         * SettingsPropertyValueTest.cs: added tests for IsDirty proprty
40
41 2007-01-08  Vladimir Krasnov  <vladimirk@mainsoft.com>
42
43         * SettingsPropertyValueTest.cs: added tests of default value
44         deserealization
45
46 2006-11-09  Sebastien Pouliot  <sebastien@ximian.com>
47
48         * ApplicationSettingsBaseTest.cs: Added test case for StringCollection
49         properties (that encode the string list in XML).
50
51 2006-11-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
52
53         * SettingsPropertyValueTest.cs: added tests of value deserealization
54
55 2006-06-29  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * ApplicationSettingsBaseTest.cs : added test for bug #78654.
58
59 2006-05-17  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * LocalFileSettingsProviderTest.cs : commented some lines in
62           Initialized() as they don't work under .NET.
63         * ApplicationSettingsBaseTest.cs : added Synchronized(), test for
64           bug #78430.