ChangeLog 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. 2005-10-25 Chris Toshok <[email protected]>
  2. * System.Configuration/PositiveTimeSpanValidatorTest.cs: new test.
  3. 2005-10-24 Chris Toshok <[email protected]>
  4. * System.Configuration/TimeSpanSecondsOrInfiniteConverterTest.cs:
  5. new test.
  6. * System.Configuration/TypeNameConverterTest.cs: new test.
  7. * System.Configuration/WhiteSpaceTrimStringConverterTest.cs: new
  8. test.
  9. 2005-10-24 Chris Toshok <[email protected]>
  10. * standalone/Makefile: hide the output from cmp.
  11. 2005-10-24 Chris Toshok <[email protected]>
  12. * System.Configuration/ConfigurationPermissionTest.cs: lots more
  13. tests.
  14. * System.Configuration/KeyValueConfigurationCollectionTest.cs: add
  15. ThrowOnDuplicate check.
  16. 2005-10-12 Chris Toshok <[email protected]>
  17. * System.Configuration/ConfigurationPermissionTest.cs: turn the
  18. Console.WriteLines into actual assertions.
  19. 2005-10-12 Chris Toshok <[email protected]>
  20. * System.Configuration/KeyValueConfigurationCollectionTest.cs: add
  21. some duplicate add tests.
  22. * System.Configuration/CommaDelimitedStringCollectionTest.cs:
  23. correct for 2.0 RC.
  24. * System.Configuration/KeyValueConfigurationElementTest.cs:
  25. correct for 2.0 RC.
  26. 2005-10-06 Chris Toshok <[email protected]>
  27. * System.Configuration/KeyValueConfigurationCollectionTest.cs: new
  28. tests.
  29. * System.Configuration/KeyValueConfigurationElementTest.cs: new
  30. tests.
  31. 2005-10-06 Raja R Harinath <[email protected]>
  32. * System.Configuration/ConfigurationManagerTest.cs
  33. (exePath_UserLevelNone_absolute, exePath_UserLevelNone)
  34. (exePath_UserLevelNone_null): Disable compilation. The
  35. corresponding overloads don't exist.
  36. 2005-10-05 Chris Toshok <[email protected]>
  37. * System.Configuration/TimeSpanMinutesOrInfiniteConverterTest.cs:
  38. new tests.
  39. 2005-10-05 Chris Toshok <[email protected]>
  40. * System.Configuration/TimeSpanSecondsConverterTest.cs: new tests.
  41. 2005-10-05 Chris Toshok <[email protected]>
  42. * System.Configuration/TimeSpanMinutesConverterTest.cs: new tests.
  43. 2005-10-05 Chris Toshok <[email protected]>
  44. * System.Configuration/ConfigurationPermissionTest.cs: beginnings
  45. of tests.
  46. 2005-10-05 Chris Toshok <[email protected]>
  47. * System.Configuration/CommaDelimitedStringCollectionTest.cs: new
  48. tests.
  49. 2005-10-05 Chris Toshok <[email protected]>
  50. * CallbackValidatorTest.cs, IntegerValidatorTest.cs,
  51. StringValidatorTest.cs, DefaultValidatorTest.cs,
  52. LongValidatorTest.cs, RegexStringValidatorTest.cs,
  53. SubclassTypeValidatorTest.cs, ConfiguratoinLockCollectionTest.cs,
  54. ConfigurationElementCollectionTest.cs,
  55. ConfigurationManagerTest.cs: lots more tests.
  56. 2005-09-23 Chris Toshok <[email protected]>
  57. * System.Configuration/StringValidatorTest.cs: new test.
  58. 2005-09-22 Chris Toshok <[email protected]>
  59. * System.Configuration/TimeSpanValidatorTest.cs: new test.
  60. * System.Configuration/ExeConfigurationFileMapTest.cs: new test.