ChangeLog 4.3 KB

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