* NameValueConfigurationElement.cs: fixed functionality
[mono.git] / mcs / class / System.Configuration / Test / standalone / ChangeLog
1 2006-09-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
2
3         * t37.cs, t37.exe.config, t37.exe.expected: new test for
4         <remove> bug in connectionStrings section
5
6 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * t36.cs, t36-lib.cs, t36.exe.config, t36.exe.expected :
9           new test for bug #77236.
10         * Makefile : added a trick for building this test.
11
12 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * t35.cs, t35.exe.config, t35.exe.expected :
15           new test, largely from bug #78337.
16
17 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * t33.cs, t33.exe.config, t33.exe.expected,
20           t34.cs, t34.exe.config, t34.exe.expected,
21           Makefile : new tests.
22
23 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * t16.exe.result
26           t17.exe.result
27           t18.exe.result : removed.
28         * t32.cs
29           t32.exe.expected
30           t32.exe.config : new test from bug #77957.
31         * Makefile : use diff --strip-trailing-cr instead of cmp so that
32           it works fine on windows.