* SettingsPropertyValue.cs: fixed PropertyValue property when it should be deserialized
[mono.git] / mcs / class / System / Test / System.Configuration / ChangeLog
1 2006-11-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
2
3         * SettingsPropertyValueTest.cs: added tests of value deserealization
4
5 2006-06-29  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * ApplicationSettingsBaseTest.cs : added test for bug #78654.
8
9 2006-05-17  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * LocalFileSettingsProviderTest.cs : commented some lines in
12           Initialized() as they don't work under .NET.
13         * ApplicationSettingsBaseTest.cs : added Synchronized(), test for
14           bug #78430.