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