0381f79ad398a65fd22f8fef8a84ed2434951c39
[mono.git] / mcs / class / System.Configuration / Test / System.Configuration / ChangeLog
1 2010-01-15 Jonathan Pobst  <monkey@jpobst.com>
2
3         * ConfigurationErrorsExceptionTest.cs: Mark 4 failing tests as NotWorking.
4         Filed as bug #571226.
5
6 2009-07-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
7
8         * ConfigurationSectionTest.cs: New test.
9
10 2008-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * ConfigurationManagerTest.cs: Added test for bug #323622.
13
14 2008-07-02  Gert Driesen  <drieseng@users.sourceforge.net>
15
16         * ConfigurationManagerTest.cs: Added/improved tests for
17         OpenExeConfiguration. Enabled tests that were previously failed. 
18
19 2008-06-27  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * ConfigurationErrorsExceptionTest.cs : actually
22           remove ignored tests.
23
24 2008-06-27  Atsushi Enomoto  <atsushi@ximian.com>
25
26         * ConfigurationErrorsExceptionTest.cs : mark couple
27           of tests as [Ignore] that blocks us from decent
28           implementation in the name of silly .NET compatibility.
29
30 2008-06-26  Gert Driesen  <drieseng@users.sourceforge.net>
31
32         * ConfigurationErrorsExceptionTest.cs: Added tests for ctors and
33         GetFilename/GetLineNumber overloads.
34
35 2007-08-31  Gert Driesen  <drieseng@users.sourceforge.net>
36
37         * GenericEnumConverterTest.cs: Remove unused variable.
38         * ConfigurationManagerTest.cs: Fixed line endings.
39         * ConnectionStringSettingsTest.cs: Fixed line endings and avoid
40         ToString override warning.
41         * KeyValueConfigurationElementTest.cs: Fixed line endings.
42         * KeyValueConfigurationCollectionTest.cs: Fixed line endings.
43
44 2007-06-20  Atsushi Enomoto  <atsushi@ximian.com>
45
46         * ConfigurationManagerTest.cs : Enabled some tests with related to
47           roaming user config. Marked some tests for negative check as
48           [NotWorking] (they are rather uncovered bugs than enbug).
49
50 2007-06-13  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * ConfigurationSectionGroupTest.cs : new (my change is with tests.)
53
54 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
55
56         * ConfigurationManagerTest.cs : added SectionCollectionEnumerator().
57           Fixed NotWorking test OpenMachineConfiguration().
58
59 2006-09-18      Boris Kirzner <borisk@mainsoft.com>
60
61         *  TimeSpanMinutesConverterTest.cs, 
62         TimeSpanSecondsOrInfiniteConverterTest.cs,
63         KeyValueConfigurationElementTest.cs,
64         TimeSpanSecondsConverterTest.cs,
65         KeyValueConfigurationCollectionTest.cs,
66         InfiniteTimeSpanConverterTest.cs,ConfigurationManagerTest.cs,
67         TimeSpanMinutesOrInfiniteConverterTest.cs,
68         ConnectionStringSettingsTest.cs,InfiniteIntConverterTest.cs : 
69         marked not working tests.
70
71
72 2006-05-09      Boris Kirzner <borisk@mainsoft.com>
73
74         * ConfigurationManagerTest.cs: small fixes for TARGET_JVM.
75
76 2006-05-09      Boris Kirzner <borisk@mainsoft.com>
77
78         * ConfigurationManagerTest.cs, ConfigurationPermissionTest.cs:
79         fixes for TARGET_JVM.
80
81 2006-07-07  Atsushi Enomoto  <atsushi@ximian.com>
82
83         * ConfigurationManagerTest.cs :
84           OpenExeConfiguration(null) should be allowed.
85
86 2006-05-14  Atsushi Enomoto  <atsushi@ximian.com>
87
88         * ConfigurationManagerTest.cs :
89           duh, why I overwrote it before commit :( Fix the build.
90
91 2006-05-12  Atsushi Enomoto  <atsushi@ximian.com>
92
93         * ConfigurationManagerTest.cs :
94           added test for OpenMachineConfiguration().
95
96 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
97
98         * StringValidatorTest.cs : added NullZero().
99
100 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
101
102         (first ChangeLog entry here).
103
104         * ConfigurationManagerTest.cs :
105           added GetSectionReturnsNativeObject().