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