ChangeLog 3.8 KB

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