| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- 2008-09-14 Gert Driesen <[email protected]>
- * ConfigXmlDocumentTest.cs: Added test for Load (String).
- 2008-09-14 Gert Driesen <[email protected]>
- * ProviderCollectionTest.cs: Moved to System.Configuration assembly.
- 2008-06-25 Gert Driesen <[email protected]>
- * ConfigurationExceptionTest.cs: Added ctor tests.
- * ApplicationSettingsBaseTest.cs: Fixed line endings.
- 2007-10-30 Arina Itkes <[email protected]>
- * 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 <[email protected]>
- * SettingElementTest.cs : test initial Value.
- 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.
|