2006-12-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Configuration / Test / standalone / ChangeLog
1 2006-12-22  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * Makefile : disable t13 and t14 tests (they are based on old API
4           or whatever - now broken).
5
6 2006-11-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
7
8         * t37.cs, t37.exe.config, t37.exe.expected: added some tests
9         for <remove> element
10
11 2006-09-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
12
13         * t37.cs, t37.exe.config, t37.exe.expected: new test for
14         <remove> bug in connectionStrings section
15
16 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * t36.cs, t36-lib.cs, t36.exe.config, t36.exe.expected :
19           new test for bug #77236.
20         * Makefile : added a trick for building this test.
21
22 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * t35.cs, t35.exe.config, t35.exe.expected :
25           new test, largely from bug #78337.
26
27 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * t33.cs, t33.exe.config, t33.exe.expected,
30           t34.cs, t34.exe.config, t34.exe.expected,
31           Makefile : new tests.
32
33 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * t16.exe.result
36           t17.exe.result
37           t18.exe.result : removed.
38         * t32.cs
39           t32.exe.expected
40           t32.exe.config : new test from bug #77957.
41         * Makefile : use diff --strip-trailing-cr instead of cmp so that
42           it works fine on windows.