2006-05-09 Boris Kirzner * System.Configuration.Test20.vmwcsproj: small fixes for TARGET_JVM. 2006-05-09 Boris Kirzner * 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 * System.Configuration/ConfigurationLockCollectionTest.cs (DuplicateAdd, IsReadOnly): new tests. 2005-12-06 Chris Toshok * System.Configuration/ConnectionStringSettingsTest.cs (NameNull): use IsNull, not AreEqual. 2005-12-04 Chris Toshok * System.Configuration/ConnectionStringSettingsTest.cs (NameNull): fix test. 2005-12-02 Chris Toshok * 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 * System.Configuration/CommaDelimitedStringCollectionConverterTest.cs: new test. 2005-10-25 Chris Toshok * System.Configuration/InfiniteTimeSpanConverterTest.cs: new test. * System.Configuration/InfiniteIntConverterTest.cs: new test. * System.Configuration/GenericEnumConverterTest.cs: new test. 2005-10-25 Chris Toshok * System.Configuration/PositiveTimeSpanValidatorTest.cs: new test. 2005-10-24 Chris Toshok * System.Configuration/TimeSpanSecondsOrInfiniteConverterTest.cs: new test. * System.Configuration/TypeNameConverterTest.cs: new test. * System.Configuration/WhiteSpaceTrimStringConverterTest.cs: new test. 2005-10-24 Chris Toshok * standalone/Makefile: hide the output from cmp. 2005-10-24 Chris Toshok * System.Configuration/ConfigurationPermissionTest.cs: lots more tests. * System.Configuration/KeyValueConfigurationCollectionTest.cs: add ThrowOnDuplicate check. 2005-10-12 Chris Toshok * System.Configuration/ConfigurationPermissionTest.cs: turn the Console.WriteLines into actual assertions. 2005-10-12 Chris Toshok * 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 * System.Configuration/KeyValueConfigurationCollectionTest.cs: new tests. * System.Configuration/KeyValueConfigurationElementTest.cs: new tests. 2005-10-06 Raja R Harinath * 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 * System.Configuration/TimeSpanMinutesOrInfiniteConverterTest.cs: new tests. 2005-10-05 Chris Toshok * System.Configuration/TimeSpanSecondsConverterTest.cs: new tests. 2005-10-05 Chris Toshok * System.Configuration/TimeSpanMinutesConverterTest.cs: new tests. 2005-10-05 Chris Toshok * System.Configuration/ConfigurationPermissionTest.cs: beginnings of tests. 2005-10-05 Chris Toshok * System.Configuration/CommaDelimitedStringCollectionTest.cs: new tests. 2005-10-05 Chris Toshok * 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 * System.Configuration/StringValidatorTest.cs: new test. 2005-09-22 Chris Toshok * System.Configuration/TimeSpanValidatorTest.cs: new test. * System.Configuration/ExeConfigurationFileMapTest.cs: new test.