| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- 2007-05-31 Atsushi Enomoto <[email protected]>
- * ApplicationSettingsBaseTest.cs : NotWorking Providers().
- 2007-05-30 Atsushi Enomoto <[email protected]>
- * SettingsBaseTest.cs : new test.
- * ApplicationSettingsBaseTest.cs : added Providers().
- 2007-05-28 Atsushi Enomoto <[email protected]>
- * SettingElementTest.cs : blame catch.
- 2007-05-28 Atsushi Enomoto <[email protected]>
- * SettingElementTest.cs : new test.
- 2007-05-28 Atsushi Enomoto <[email protected]>
- * ApplicationSettingsBaseTest.cs : enable working test.
- 2007-01-14 Vladimir Krasnov <[email protected]>
- * SettingsPropertyValueTest.cs: added tests for IsDirty proprty
- 2007-01-08 Vladimir Krasnov <[email protected]>
- * SettingsPropertyValueTest.cs: added tests of default value
- deserealization
- 2006-11-09 Sebastien Pouliot <[email protected]>
- * ApplicationSettingsBaseTest.cs: Added test case for StringCollection
- properties (that encode the string list in XML).
- 2006-11-05 Vladimir Krasnov <[email protected]>
- * SettingsPropertyValueTest.cs: added tests of value deserealization
- 2006-06-29 Atsushi Enomoto <[email protected]>
- * ApplicationSettingsBaseTest.cs : added test for bug #78654.
- 2006-05-17 Atsushi Enomoto <[email protected]>
- * LocalFileSettingsProviderTest.cs : commented some lines in
- Initialized() as they don't work under .NET.
- * ApplicationSettingsBaseTest.cs : added Synchronized(), test for
- bug #78430.
|