| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- 2005-10-25 Chris Toshok <[email protected]>
- * System.Configuration/PositiveTimeSpanValidatorTest.cs: new test.
- 2005-10-24 Chris Toshok <[email protected]>
- * System.Configuration/TimeSpanSecondsOrInfiniteConverterTest.cs:
- new test.
- * System.Configuration/TypeNameConverterTest.cs: new test.
- * System.Configuration/WhiteSpaceTrimStringConverterTest.cs: new
- test.
- 2005-10-24 Chris Toshok <[email protected]>
- * standalone/Makefile: hide the output from cmp.
- 2005-10-24 Chris Toshok <[email protected]>
- * System.Configuration/ConfigurationPermissionTest.cs: lots more
- tests.
- * System.Configuration/KeyValueConfigurationCollectionTest.cs: add
- ThrowOnDuplicate check.
- 2005-10-12 Chris Toshok <[email protected]>
- * System.Configuration/ConfigurationPermissionTest.cs: turn the
- Console.WriteLines into actual assertions.
- 2005-10-12 Chris Toshok <[email protected]>
- * System.Configuration/KeyValueConfigurationCollectionTest.cs: add
- some duplicate add tests.
- * System.Configuration/CommaDelimitedStringCollectionTest.cs:
- correct for 2.0 RC.
- * System.Configuration/KeyValueConfigurationElementTest.cs:
- correct for 2.0 RC.
- 2005-10-06 Chris Toshok <[email protected]>
- * System.Configuration/KeyValueConfigurationCollectionTest.cs: new
- tests.
- * System.Configuration/KeyValueConfigurationElementTest.cs: new
- tests.
- 2005-10-06 Raja R Harinath <[email protected]>
- * System.Configuration/ConfigurationManagerTest.cs
- (exePath_UserLevelNone_absolute, exePath_UserLevelNone)
- (exePath_UserLevelNone_null): Disable compilation. The
- corresponding overloads don't exist.
- 2005-10-05 Chris Toshok <[email protected]>
- * System.Configuration/TimeSpanMinutesOrInfiniteConverterTest.cs:
- new tests.
- 2005-10-05 Chris Toshok <[email protected]>
- * System.Configuration/TimeSpanSecondsConverterTest.cs: new tests.
- 2005-10-05 Chris Toshok <[email protected]>
- * System.Configuration/TimeSpanMinutesConverterTest.cs: new tests.
- 2005-10-05 Chris Toshok <[email protected]>
- * System.Configuration/ConfigurationPermissionTest.cs: beginnings
- of tests.
- 2005-10-05 Chris Toshok <[email protected]>
- * System.Configuration/CommaDelimitedStringCollectionTest.cs: new
- tests.
- 2005-10-05 Chris Toshok <[email protected]>
- * CallbackValidatorTest.cs, IntegerValidatorTest.cs,
- StringValidatorTest.cs, DefaultValidatorTest.cs,
- LongValidatorTest.cs, RegexStringValidatorTest.cs,
- SubclassTypeValidatorTest.cs, ConfiguratoinLockCollectionTest.cs,
- ConfigurationElementCollectionTest.cs,
- ConfigurationManagerTest.cs: lots more tests.
- 2005-09-23 Chris Toshok <[email protected]>
- * System.Configuration/StringValidatorTest.cs: new test.
- 2005-09-22 Chris Toshok <[email protected]>
- * System.Configuration/TimeSpanValidatorTest.cs: new test.
- * System.Configuration/ExeConfigurationFileMapTest.cs: new test.
|