ChangeLog 4.0 KB

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