* MainsoftWebApp20.Tomcat.vmwcsproj: converted to csproj
[mono.git] / mcs / class / System.Web.Services / Test / System.Web.Services.Description / ChangeLog
1 2007-02-22  Raja R Harinath  <rharinath@novell.com>
2
3         Fix compile error
4         * ServiceDescriptionReflectorTest.cs (NullableContainer): Hide in
5         1.1 profile.
6
7 2007-02-19  Atsushi Enomoto  <atsushi@ximian.com>
8
9         * ServiceDescriptionReflectorTest.cs : added test for methods with
10           nullable return type.
11
12 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * ServiceDescriptionImporterTest.cs : new test.
15         * test2.wsdl : new test support file.
16
17 2006-12-15  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * ServiceDescriptionFormatExtensionCollectionTest.cs :
20           new test.
21
22 2006-11-15  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * WebReferenceTest.cs : added new test (so minor).
25
26 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * WebReferenceOptionsTest.cs :
29           Read() actually causes invalid operation.
30
31 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * WebReferenceOptionsTest.cs :
34           added test for Read(). Fixed namespace URI.
35
36 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
37
38         * WebReferenceOptionsTest.cs : new test.
39
40 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * ServiceDescriptionTest.cs : added test for invalid Read() inputs.
43
44 2006-09-07  Ankit Jain  <jankit@novell.com>
45
46         * ServiceDescriptionTest.cs (Ctor): New.
47
48 2006-09-05  Ankit Jain  <jankit@novell.com>
49
50         * ServiceDescriptionTest.cs (Namespaces): New.
51
52 2006-05-03  Ankit Jain  <jankit@novell.com>
53
54         * ServiceDescriptionTest.cs (Extensions) New test.
55         (CheckExtensions):
56         (CheckXmlElement): New. Helper methods.
57         * test.wsdl: Test wsdl.
58
59 2006-04-27  Ankit Jain  <jankit@novell.com>
60
61         * ServiceDescriptionTest.cs (ExtensibleAttributes): New test.
62
63 2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
64
65         * ServiceDescriptionReflectorTest.cs: Use only one include as otherwise
66         the order of elements is not consistent on MS.NET.
67
68 2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
69
70         * ServiceDescriptionReflectorTest.cs: New test, currently marked
71         NotWorking.
72
73 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * ServiceDescriptionTest.cs : new file (for part of bug #76311).
76
77 2003-09-14  Lluis Sanchez Gual  <lluis@ximian.com>
78
79         * BindingCollectionTest.cs ChangeLog DocumentableItemTest.cs 
80           OperationCollectionTest.cs OperationMessageCollectionTest.cs 
81           OperationMessageTest.cs PortTypeCollectionTest.cs PortTypeTest.cs 
82           ServiceCollectionTest.cs ServiceDescriptionCollectionTest.cs 
83           SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
84           New test files by Erik LeBel.