| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- 2006-05-09 Boris Kirzner <[email protected]>
-
- * System.Configuration.Test20.vmwcsproj: small fixes for TARGET_JVM.
- 2006-05-09 Boris Kirzner <[email protected]>
- * System.Configuration.Test20.sln,
- System.Configuration.Test20.vmwcsproj: added solution
- and project files for NET_2_0 TERGET_JVM tests.
- 2005-12-16 Chris Toshok <[email protected]>
- * System.Configuration/ConfigurationLockCollectionTest.cs
- (DuplicateAdd, IsReadOnly): new tests.
- 2005-12-06 Chris Toshok <[email protected]>
- * System.Configuration/ConnectionStringSettingsTest.cs (NameNull):
- use IsNull, not AreEqual.
- 2005-12-04 Chris Toshok <[email protected]>
- * System.Configuration/ConnectionStringSettingsTest.cs (NameNull):
- fix test.
- 2005-12-02 Chris Toshok <[email protected]>
- * System.Configuration/ConnectionStringSettingsTest.cs: new tests.
- we fail a couple, due to the fact that it seems StringValidator on
- MS (at least in this case) doesn't actually check the MinLength
- requirement when the value is null. I'm a bit confused by this.
- * System.Configuration/StringValidatorTest.cs: add a null
- validation check.
- 2005-11-14 Chris Toshok <[email protected]>
- * System.Configuration/CommaDelimitedStringCollectionConverterTest.cs:
- new test.
- 2005-10-25 Chris Toshok <[email protected]>
- * System.Configuration/InfiniteTimeSpanConverterTest.cs: new test.
- * System.Configuration/InfiniteIntConverterTest.cs: new test.
- * System.Configuration/GenericEnumConverterTest.cs: new test.
- 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.
|