2008-06-27 Atsushi Enomoto * ConfigurationErrorsExceptionTest.cs : mark couple of tests as [Ignore] that blocks us from decent implementation in the name of silly .NET compatibility. 2008-06-26 Gert Driesen * ConfigurationErrorsExceptionTest.cs: Added tests for ctors and GetFilename/GetLineNumber overloads. 2007-08-31 Gert Driesen * GenericEnumConverterTest.cs: Remove unused variable. * ConfigurationManagerTest.cs: Fixed line endings. * ConnectionStringSettingsTest.cs: Fixed line endings and avoid ToString override warning. * KeyValueConfigurationElementTest.cs: Fixed line endings. * KeyValueConfigurationCollectionTest.cs: Fixed line endings. 2007-06-20 Atsushi Enomoto * ConfigurationManagerTest.cs : Enabled some tests with related to roaming user config. Marked some tests for negative check as [NotWorking] (they are rather uncovered bugs than enbug). 2007-06-13 Atsushi Enomoto * ConfigurationSectionGroupTest.cs : new (my change is with tests.) 2007-04-17 Atsushi Enomoto * ConfigurationManagerTest.cs : added SectionCollectionEnumerator(). Fixed NotWorking test OpenMachineConfiguration(). 2006-09-18 Boris Kirzner * TimeSpanMinutesConverterTest.cs, TimeSpanSecondsOrInfiniteConverterTest.cs, KeyValueConfigurationElementTest.cs, TimeSpanSecondsConverterTest.cs, KeyValueConfigurationCollectionTest.cs, InfiniteTimeSpanConverterTest.cs,ConfigurationManagerTest.cs, TimeSpanMinutesOrInfiniteConverterTest.cs, ConnectionStringSettingsTest.cs,InfiniteIntConverterTest.cs : marked not working tests. 2006-05-09 Boris Kirzner * ConfigurationManagerTest.cs: small fixes for TARGET_JVM. 2006-05-09 Boris Kirzner * ConfigurationManagerTest.cs, ConfigurationPermissionTest.cs: fixes for TARGET_JVM. 2006-07-07 Atsushi Enomoto * ConfigurationManagerTest.cs : OpenExeConfiguration(null) should be allowed. 2006-05-14 Atsushi Enomoto * ConfigurationManagerTest.cs : duh, why I overwrote it before commit :( Fix the build. 2006-05-12 Atsushi Enomoto * ConfigurationManagerTest.cs : added test for OpenMachineConfiguration(). 2006-05-10 Atsushi Enomoto * StringValidatorTest.cs : added NullZero(). 2006-05-10 Atsushi Enomoto (first ChangeLog entry here). * ConfigurationManagerTest.cs : added GetSectionReturnsNativeObject().