ChangeLog 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 2007-05-31 Atsushi Enomoto <[email protected]>
  2. * ApplicationSettingsBaseTest.cs : NotWorking Providers().
  3. 2007-05-30 Atsushi Enomoto <[email protected]>
  4. * SettingsBaseTest.cs : new test.
  5. * ApplicationSettingsBaseTest.cs : added Providers().
  6. 2007-05-28 Atsushi Enomoto <[email protected]>
  7. * SettingElementTest.cs : blame catch.
  8. 2007-05-28 Atsushi Enomoto <[email protected]>
  9. * SettingElementTest.cs : new test.
  10. 2007-05-28 Atsushi Enomoto <[email protected]>
  11. * ApplicationSettingsBaseTest.cs : enable working test.
  12. 2007-01-14 Vladimir Krasnov <[email protected]>
  13. * SettingsPropertyValueTest.cs: added tests for IsDirty proprty
  14. 2007-01-08 Vladimir Krasnov <[email protected]>
  15. * SettingsPropertyValueTest.cs: added tests of default value
  16. deserealization
  17. 2006-11-09 Sebastien Pouliot <[email protected]>
  18. * ApplicationSettingsBaseTest.cs: Added test case for StringCollection
  19. properties (that encode the string list in XML).
  20. 2006-11-05 Vladimir Krasnov <[email protected]>
  21. * SettingsPropertyValueTest.cs: added tests of value deserealization
  22. 2006-06-29 Atsushi Enomoto <[email protected]>
  23. * ApplicationSettingsBaseTest.cs : added test for bug #78654.
  24. 2006-05-17 Atsushi Enomoto <[email protected]>
  25. * LocalFileSettingsProviderTest.cs : commented some lines in
  26. Initialized() as they don't work under .NET.
  27. * ApplicationSettingsBaseTest.cs : added Synchronized(), test for
  28. bug #78430.