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