2
0

ChangeLog 1.8 KB

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