ChangeLog 2.1 KB

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