ChangeLog 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. 2005-12-02 Chris Toshok <[email protected]>
  2. * System.Configuration/ConnectionStringSettingsTest.cs: new tests.
  3. we fail a couple, due to the fact that it seems StringValidator on
  4. MS (at least in this case) doesn't actually check the MinLength
  5. requirement when the value is null. I'm a bit confused by this.
  6. * System.Configuration/StringValidatorTest.cs: add a null
  7. validation check.
  8. 2005-11-14 Chris Toshok <[email protected]>
  9. * System.Configuration/CommaDelimitedStringCollectionConverterTest.cs:
  10. new test.
  11. 2005-10-25 Chris Toshok <[email protected]>
  12. * System.Configuration/InfiniteTimeSpanConverterTest.cs: new test.
  13. * System.Configuration/InfiniteIntConverterTest.cs: new test.
  14. * System.Configuration/GenericEnumConverterTest.cs: new test.
  15. 2005-10-25 Chris Toshok <[email protected]>
  16. * System.Configuration/PositiveTimeSpanValidatorTest.cs: new test.
  17. 2005-10-24 Chris Toshok <[email protected]>
  18. * System.Configuration/TimeSpanSecondsOrInfiniteConverterTest.cs:
  19. new test.
  20. * System.Configuration/TypeNameConverterTest.cs: new test.
  21. * System.Configuration/WhiteSpaceTrimStringConverterTest.cs: new
  22. test.
  23. 2005-10-24 Chris Toshok <[email protected]>
  24. * standalone/Makefile: hide the output from cmp.
  25. 2005-10-24 Chris Toshok <[email protected]>
  26. * System.Configuration/ConfigurationPermissionTest.cs: lots more
  27. tests.
  28. * System.Configuration/KeyValueConfigurationCollectionTest.cs: add
  29. ThrowOnDuplicate check.
  30. 2005-10-12 Chris Toshok <[email protected]>
  31. * System.Configuration/ConfigurationPermissionTest.cs: turn the
  32. Console.WriteLines into actual assertions.
  33. 2005-10-12 Chris Toshok <[email protected]>
  34. * System.Configuration/KeyValueConfigurationCollectionTest.cs: add
  35. some duplicate add tests.
  36. * System.Configuration/CommaDelimitedStringCollectionTest.cs:
  37. correct for 2.0 RC.
  38. * System.Configuration/KeyValueConfigurationElementTest.cs:
  39. correct for 2.0 RC.
  40. 2005-10-06 Chris Toshok <[email protected]>
  41. * System.Configuration/KeyValueConfigurationCollectionTest.cs: new
  42. tests.
  43. * System.Configuration/KeyValueConfigurationElementTest.cs: new
  44. tests.
  45. 2005-10-06 Raja R Harinath <[email protected]>
  46. * System.Configuration/ConfigurationManagerTest.cs
  47. (exePath_UserLevelNone_absolute, exePath_UserLevelNone)
  48. (exePath_UserLevelNone_null): Disable compilation. The
  49. corresponding overloads don't exist.
  50. 2005-10-05 Chris Toshok <[email protected]>
  51. * System.Configuration/TimeSpanMinutesOrInfiniteConverterTest.cs:
  52. new tests.
  53. 2005-10-05 Chris Toshok <[email protected]>
  54. * System.Configuration/TimeSpanSecondsConverterTest.cs: new tests.
  55. 2005-10-05 Chris Toshok <[email protected]>
  56. * System.Configuration/TimeSpanMinutesConverterTest.cs: new tests.
  57. 2005-10-05 Chris Toshok <[email protected]>
  58. * System.Configuration/ConfigurationPermissionTest.cs: beginnings
  59. of tests.
  60. 2005-10-05 Chris Toshok <[email protected]>
  61. * System.Configuration/CommaDelimitedStringCollectionTest.cs: new
  62. tests.
  63. 2005-10-05 Chris Toshok <[email protected]>
  64. * CallbackValidatorTest.cs, IntegerValidatorTest.cs,
  65. StringValidatorTest.cs, DefaultValidatorTest.cs,
  66. LongValidatorTest.cs, RegexStringValidatorTest.cs,
  67. SubclassTypeValidatorTest.cs, ConfiguratoinLockCollectionTest.cs,
  68. ConfigurationElementCollectionTest.cs,
  69. ConfigurationManagerTest.cs: lots more tests.
  70. 2005-09-23 Chris Toshok <[email protected]>
  71. * System.Configuration/StringValidatorTest.cs: new test.
  72. 2005-09-22 Chris Toshok <[email protected]>
  73. * System.Configuration/TimeSpanValidatorTest.cs: new test.
  74. * System.Configuration/ExeConfigurationFileMapTest.cs: new test.