ChangeLog 2.2 KB

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