ChangeLog 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. 2006-03-08 Chris Toshok <[email protected]>
  2. * SiteMapSectionTest.cs: test defaults.
  3. 2005-12-06 Chris Toshok <[email protected]>
  4. * AuthorizationRuleCollectionTest.cs (GetElementKey): new test.
  5. * AuthorizationRuleTest.cs (PostDeserialize): PostDeserialize
  6. doesn't return a value.
  7. 2005-12-05 Chris Toshok <[email protected]>
  8. * ClientTargetTest.cs: new tests.
  9. * AssemblyCollectionTest.cs: new tests.
  10. * CustomErrorCollectionTest.cs: new tests.
  11. * AuthorizationRuleCollectionTest.cs: new tests.
  12. * CodeSubDirectoryTest.cs: new tests.
  13. 2005-12-02 Chris Toshok <[email protected]>
  14. * ProfilePropertySettingsTest.cs: new tests.
  15. * GlobalizationSectionTest.cs: add PostDeserialize test.
  16. * AuthorizationRuleTest.cs: add PostDeserialize test.
  17. 2005-12-01 Chris Toshok <[email protected]>
  18. * GlobalizationSectionTest.cs: Add a test for PreSerialize.
  19. * AuthorizationRuleTest.cs: Add a test for
  20. Preserialize/SerializeElement.
  21. 2005-11-23 Chris Toshok <[email protected]>
  22. * MachineKeyValidationConverterTest.cs: new test.
  23. 2005-11-18 Chris Toshok <[email protected]>
  24. * GlobalizationSectionTest.cs, HostingEnvironmentSectionTest.cs,
  25. CacheSectionTest.cs, CustomErrorsSectionTest.cs,
  26. HealthMonitoringSectionTest.cs, CompilationSectionTest.cs,
  27. DeploymentSectionTest.cs, ClientTargetSectionTest.cs: new tests.
  28. 2005-11-14 Chris Toshok <[email protected]>
  29. * AnonymousIdentificationSectionTest.cs: remove MS stacktrace
  30. comment.
  31. * BuildProviderTest.cs: new tests.
  32. * AuthorizationRuleTest.cs: new tests.
  33. * AuthorizationSectionTest.cs: new tests.
  34. * AuthenticationSectionTest.cs: new tests.
  35. * BufferModeSettingsTest.cs: new tests.
  36. 2005-11-13 Chris Toshok <[email protected]>
  37. * AssemblyInfoTest.cs: programmatic property access tests.
  38. * AnonymousIdentificationSectionTest.cs: same.
  39. 2005-09-02 Sebastien Pouliot <[email protected]>
  40. * HttpCapabilitiesBaseCas.cs: New. CAS unit tests for
  41. HttpCapabilitiesBase class.