ChangeLog 3.0 KB

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