| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- 2007-11-23 Marek Habersack <[email protected]>
- * CacheSectionTest.cs: modified to match the new MS.NET defaults.
- 2007-03-24 Marek Habersack <[email protected]>
- * WebConfigurationManagerTest.cs: the tests don't work because of
- the way the test suite is set up. In a normal application, the
- three test would work just fine.
- 2006-06-26 Atsushi Enomoto <[email protected]>
- * NullableStringValidatorTest.cs : new aggregated tests for
- properties that use PropertyHelper.EmptyStringValidator.
- 2006-03-08 Chris Toshok <[email protected]>
- * SiteMapSectionTest.cs: test defaults.
- 2005-12-06 Chris Toshok <[email protected]>
- * AuthorizationRuleCollectionTest.cs (GetElementKey): new test.
- * AuthorizationRuleTest.cs (PostDeserialize): PostDeserialize
- doesn't return a value.
- 2005-12-05 Chris Toshok <[email protected]>
- * ClientTargetTest.cs: new tests.
- * AssemblyCollectionTest.cs: new tests.
- * CustomErrorCollectionTest.cs: new tests.
- * AuthorizationRuleCollectionTest.cs: new tests.
- * CodeSubDirectoryTest.cs: new tests.
-
- 2005-12-02 Chris Toshok <[email protected]>
- * ProfilePropertySettingsTest.cs: new tests.
- * GlobalizationSectionTest.cs: add PostDeserialize test.
- * AuthorizationRuleTest.cs: add PostDeserialize test.
- 2005-12-01 Chris Toshok <[email protected]>
- * GlobalizationSectionTest.cs: Add a test for PreSerialize.
- * AuthorizationRuleTest.cs: Add a test for
- Preserialize/SerializeElement.
- 2005-11-23 Chris Toshok <[email protected]>
- * MachineKeyValidationConverterTest.cs: new test.
- 2005-11-18 Chris Toshok <[email protected]>
- * GlobalizationSectionTest.cs, HostingEnvironmentSectionTest.cs,
- CacheSectionTest.cs, CustomErrorsSectionTest.cs,
- HealthMonitoringSectionTest.cs, CompilationSectionTest.cs,
- DeploymentSectionTest.cs, ClientTargetSectionTest.cs: new tests.
- 2005-11-14 Chris Toshok <[email protected]>
- * AnonymousIdentificationSectionTest.cs: remove MS stacktrace
- comment.
- * BuildProviderTest.cs: new tests.
- * AuthorizationRuleTest.cs: new tests.
- * AuthorizationSectionTest.cs: new tests.
- * AuthenticationSectionTest.cs: new tests.
- * BufferModeSettingsTest.cs: new tests.
- 2005-11-13 Chris Toshok <[email protected]>
- * AssemblyInfoTest.cs: programmatic property access tests.
- * AnonymousIdentificationSectionTest.cs: same.
- 2005-09-02 Sebastien Pouliot <[email protected]>
- * HttpCapabilitiesBaseCas.cs: New. CAS unit tests for
- HttpCapabilitiesBase class.
|