You've already forked linux-packaging-mono
106 lines
3.3 KiB
Plaintext
106 lines
3.3 KiB
Plaintext
2010-01-15 Jonathan Pobst <monkey@jpobst.com>
|
|
|
|
* ConfigurationErrorsExceptionTest.cs: Mark 4 failing tests as NotWorking.
|
|
Filed as bug #571226.
|
|
|
|
2009-07-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
|
|
|
|
* ConfigurationSectionTest.cs: New test.
|
|
|
|
2008-09-14 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* ConfigurationManagerTest.cs: Added test for bug #323622.
|
|
|
|
2008-07-02 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* ConfigurationManagerTest.cs: Added/improved tests for
|
|
OpenExeConfiguration. Enabled tests that were previously failed.
|
|
|
|
2008-06-27 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* ConfigurationErrorsExceptionTest.cs : actually
|
|
remove ignored tests.
|
|
|
|
2008-06-27 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* 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 <drieseng@users.sourceforge.net>
|
|
|
|
* ConfigurationErrorsExceptionTest.cs: Added tests for ctors and
|
|
GetFilename/GetLineNumber overloads.
|
|
|
|
2007-08-31 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* 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 <atsushi@ximian.com>
|
|
|
|
* 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 <atsushi@ximian.com>
|
|
|
|
* ConfigurationSectionGroupTest.cs : new (my change is with tests.)
|
|
|
|
2007-04-17 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* ConfigurationManagerTest.cs : added SectionCollectionEnumerator().
|
|
Fixed NotWorking test OpenMachineConfiguration().
|
|
|
|
2006-09-18 Boris Kirzner <borisk@mainsoft.com>
|
|
|
|
* 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 <borisk@mainsoft.com>
|
|
|
|
* ConfigurationManagerTest.cs: small fixes for TARGET_JVM.
|
|
|
|
2006-05-09 Boris Kirzner <borisk@mainsoft.com>
|
|
|
|
* ConfigurationManagerTest.cs, ConfigurationPermissionTest.cs:
|
|
fixes for TARGET_JVM.
|
|
|
|
2006-07-07 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* ConfigurationManagerTest.cs :
|
|
OpenExeConfiguration(null) should be allowed.
|
|
|
|
2006-05-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* ConfigurationManagerTest.cs :
|
|
duh, why I overwrote it before commit :( Fix the build.
|
|
|
|
2006-05-12 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* ConfigurationManagerTest.cs :
|
|
added test for OpenMachineConfiguration().
|
|
|
|
2006-05-10 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* StringValidatorTest.cs : added NullZero().
|
|
|
|
2006-05-10 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
(first ChangeLog entry here).
|
|
|
|
* ConfigurationManagerTest.cs :
|
|
added GetSectionReturnsNativeObject().
|