ChangeLog 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. 2007-11-23 Marek Habersack <[email protected]>
  2. * CacheSectionTest.cs: modified to match the new MS.NET defaults.
  3. 2007-03-24 Marek Habersack <[email protected]>
  4. * WebConfigurationManagerTest.cs: the tests don't work because of
  5. the way the test suite is set up. In a normal application, the
  6. three test would work just fine.
  7. 2006-06-26 Atsushi Enomoto <[email protected]>
  8. * NullableStringValidatorTest.cs : new aggregated tests for
  9. properties that use PropertyHelper.EmptyStringValidator.
  10. 2006-03-08 Chris Toshok <[email protected]>
  11. * SiteMapSectionTest.cs: test defaults.
  12. 2005-12-06 Chris Toshok <[email protected]>
  13. * AuthorizationRuleCollectionTest.cs (GetElementKey): new test.
  14. * AuthorizationRuleTest.cs (PostDeserialize): PostDeserialize
  15. doesn't return a value.
  16. 2005-12-05 Chris Toshok <[email protected]>
  17. * ClientTargetTest.cs: new tests.
  18. * AssemblyCollectionTest.cs: new tests.
  19. * CustomErrorCollectionTest.cs: new tests.
  20. * AuthorizationRuleCollectionTest.cs: new tests.
  21. * CodeSubDirectoryTest.cs: new tests.
  22. 2005-12-02 Chris Toshok <[email protected]>
  23. * ProfilePropertySettingsTest.cs: new tests.
  24. * GlobalizationSectionTest.cs: add PostDeserialize test.
  25. * AuthorizationRuleTest.cs: add PostDeserialize test.
  26. 2005-12-01 Chris Toshok <[email protected]>
  27. * GlobalizationSectionTest.cs: Add a test for PreSerialize.
  28. * AuthorizationRuleTest.cs: Add a test for
  29. Preserialize/SerializeElement.
  30. 2005-11-23 Chris Toshok <[email protected]>
  31. * MachineKeyValidationConverterTest.cs: new test.
  32. 2005-11-18 Chris Toshok <[email protected]>
  33. * GlobalizationSectionTest.cs, HostingEnvironmentSectionTest.cs,
  34. CacheSectionTest.cs, CustomErrorsSectionTest.cs,
  35. HealthMonitoringSectionTest.cs, CompilationSectionTest.cs,
  36. DeploymentSectionTest.cs, ClientTargetSectionTest.cs: new tests.
  37. 2005-11-14 Chris Toshok <[email protected]>
  38. * AnonymousIdentificationSectionTest.cs: remove MS stacktrace
  39. comment.
  40. * BuildProviderTest.cs: new tests.
  41. * AuthorizationRuleTest.cs: new tests.
  42. * AuthorizationSectionTest.cs: new tests.
  43. * AuthenticationSectionTest.cs: new tests.
  44. * BufferModeSettingsTest.cs: new tests.
  45. 2005-11-13 Chris Toshok <[email protected]>
  46. * AssemblyInfoTest.cs: programmatic property access tests.
  47. * AnonymousIdentificationSectionTest.cs: same.
  48. 2005-09-02 Sebastien Pouliot <[email protected]>
  49. * HttpCapabilitiesBaseCas.cs: New. CAS unit tests for
  50. HttpCapabilitiesBase class.