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