ChangeLog 3.2 KB

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