ChangeLog 2.5 KB

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