2
0

ChangeLog 2.3 KB

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