ChangeLog 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2005-10-06 Chris Toshok <[email protected]>
  2. * System.Configuration/KeyValueConfigurationCollectionTest.cs: new
  3. tests.
  4. * System.Configuration/KeyValueConfigurationElementTest.cs: new
  5. tests.
  6. 2005-10-06 Raja R Harinath <[email protected]>
  7. * System.Configuration/ConfigurationManagerTest.cs
  8. (exePath_UserLevelNone_absolute, exePath_UserLevelNone)
  9. (exePath_UserLevelNone_null): Disable compilation. The
  10. corresponding overloads don't exist.
  11. 2005-10-05 Chris Toshok <[email protected]>
  12. * System.Configuration/TimeSpanMinutesOrInfiniteConverterTest.cs:
  13. new tests.
  14. 2005-10-05 Chris Toshok <[email protected]>
  15. * System.Configuration/TimeSpanSecondsConverterTest.cs: new tests.
  16. 2005-10-05 Chris Toshok <[email protected]>
  17. * System.Configuration/TimeSpanMinutesConverterTest.cs: new tests.
  18. 2005-10-05 Chris Toshok <[email protected]>
  19. * System.Configuration/ConfigurationPermissionTest.cs: beginnings
  20. of tests.
  21. 2005-10-05 Chris Toshok <[email protected]>
  22. * System.Configuration/CommaDelimitedStringCollectionTest.cs: new
  23. tests.
  24. 2005-10-05 Chris Toshok <[email protected]>
  25. * CallbackValidatorTest.cs, IntegerValidatorTest.cs,
  26. StringValidatorTest.cs, DefaultValidatorTest.cs,
  27. LongValidatorTest.cs, RegexStringValidatorTest.cs,
  28. SubclassTypeValidatorTest.cs, ConfiguratoinLockCollectionTest.cs,
  29. ConfigurationElementCollectionTest.cs,
  30. ConfigurationManagerTest.cs: lots more tests.
  31. 2005-09-23 Chris Toshok <[email protected]>
  32. * System.Configuration/StringValidatorTest.cs: new test.
  33. 2005-09-22 Chris Toshok <[email protected]>
  34. * System.Configuration/TimeSpanValidatorTest.cs: new test.
  35. * System.Configuration/ExeConfigurationFileMapTest.cs: new test.