ChangeLog 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 2008-06-25 Gert Driesen <[email protected]>
  2. * ConfigurationExceptionTest.cs: Added ctor tests.
  3. * ApplicationSettingsBaseTest.cs: Fixed line endings.
  4. 2007-10-30 Arina Itkes <[email protected]>
  5. * SettingsBaseTest.cs: Replacing Win32Exception to
  6. CustomerException for compilation with TARGET_JVM defined.
  7. * ApplicationSettingsBaseTest.cs: Replacing ProviderTypeName
  8. to actual for compilation with TARGET_JVM defined.
  9. 2007-06-13 Atsushi Enomoto <[email protected]>
  10. * SettingElementTest.cs : test initial Value.
  11. 2007-05-31 Atsushi Enomoto <[email protected]>
  12. * ApplicationSettingsBaseTest.cs : NotWorking Providers().
  13. 2007-05-30 Atsushi Enomoto <[email protected]>
  14. * SettingsBaseTest.cs : new test.
  15. * ApplicationSettingsBaseTest.cs : added Providers().
  16. 2007-05-28 Atsushi Enomoto <[email protected]>
  17. * SettingElementTest.cs : blame catch.
  18. 2007-05-28 Atsushi Enomoto <[email protected]>
  19. * SettingElementTest.cs : new test.
  20. 2007-05-28 Atsushi Enomoto <[email protected]>
  21. * ApplicationSettingsBaseTest.cs : enable working test.
  22. 2007-01-14 Vladimir Krasnov <[email protected]>
  23. * SettingsPropertyValueTest.cs: added tests for IsDirty proprty
  24. 2007-01-08 Vladimir Krasnov <[email protected]>
  25. * SettingsPropertyValueTest.cs: added tests of default value
  26. deserealization
  27. 2006-11-09 Sebastien Pouliot <[email protected]>
  28. * ApplicationSettingsBaseTest.cs: Added test case for StringCollection
  29. properties (that encode the string list in XML).
  30. 2006-11-05 Vladimir Krasnov <[email protected]>
  31. * SettingsPropertyValueTest.cs: added tests of value deserealization
  32. 2006-06-29 Atsushi Enomoto <[email protected]>
  33. * ApplicationSettingsBaseTest.cs : added test for bug #78654.
  34. 2006-05-17 Atsushi Enomoto <[email protected]>
  35. * LocalFileSettingsProviderTest.cs : commented some lines in
  36. Initialized() as they don't work under .NET.
  37. * ApplicationSettingsBaseTest.cs : added Synchronized(), test for
  38. bug #78430.