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