* t46.cs: Improve test coverage.
[mono.git] / mcs / class / System.Configuration / Test / standalone / ChangeLog
1 2008-07-02  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * t46.cs: Improve test coverage.
4
5 2008-07-02  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * Makefile: added test t46.
8         * t46.cs, t46-lib.cs: added test for bug #405574.
9         * t46.exe.config, t46.exe.config2: config files for t46.
10         * t46.exe.expected: expected result for t46.
11
12 2008-06-26  Gert Driesen  <drieseng@users.sourceforge.net>
13
14         * Assert.cs: added.
15         * Makefile: added Assert.cs, and explicitly specify output file.
16         * t28.cs: Improved test.
17
18 2007-11-15  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * Makefile : added -r:System.Data.
21         * t45.cs, t45.exe.expected : test for bug #323708.
22
23 2007-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
24
25         * t44.cs: added test for case sensitivity check
26
27 2006-12-27  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * t38.cs, t38.exe.config, t38.exe.expected : new test for duplicate
30           element.
31         * t39.cs, t39.exe.config, t39.exe.expected : new test for identical
32           element.
33         * t40.* : similar test to t38 but with Alternate collection.
34         * t41.* : similar test to t39 but with Alternate collection.
35         * Makefile : added above.
36
37 2006-12-22  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * Makefile : disable t13 and t14 tests (they are based on old API
40           or whatever - now broken).
41
42 2006-11-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
43
44         * t37.cs, t37.exe.config, t37.exe.expected: added some tests
45         for <remove> element
46
47 2006-09-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
48
49         * t37.cs, t37.exe.config, t37.exe.expected: new test for
50         <remove> bug in connectionStrings section
51
52 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * t36.cs, t36-lib.cs, t36.exe.config, t36.exe.expected :
55           new test for bug #77236.
56         * Makefile : added a trick for building this test.
57
58 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
59
60         * t35.cs, t35.exe.config, t35.exe.expected :
61           new test, largely from bug #78337.
62
63 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * t33.cs, t33.exe.config, t33.exe.expected,
66           t34.cs, t34.exe.config, t34.exe.expected,
67           Makefile : new tests.
68
69 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * t16.exe.result
72           t17.exe.result
73           t18.exe.result : removed.
74         * t32.cs
75           t32.exe.expected
76           t32.exe.config : new test from bug #77957.
77         * Makefile : use diff --strip-trailing-cr instead of cmp so that
78           it works fine on windows.