This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.Web.Services / Test / standalone / ChangeLog
1 2004-08-25  Lluis Sanchez Gual <lluis@novell.com>
2
3         * server/SessionCounter.asmx: Check that Context != null in the constructor.
4
5 2004-06-22  Lluis Sanchez Gual  <lluis@ximian.com>
6
7         * proxies.net.xml.gz: Updated.
8         * wsdlfiles.tar.gz: Updated.
9
10 2004-06-10  Lluis Sanchez Gual  <lluis@ximian.com>
11
12         * Makefile: Fix ms.net api file before the comparison.
13         * cormissing.xsl: Removed html encoding. Now generates plain text.
14         * proxies.net.xml.gz: Updated.
15         * services.xml: Updated.
16         * wsdlfiles.tar.gz: Updated.
17         * wstest.cs: Added option for removing wrong extra classes from ms.net
18           api xml file. Improved checkdiff option.
19
20 2004-06-04  Lluis Sanchez Gual  <lluis@ximian.com>
21
22         * Makefile: Changed nunit dll, to make it easier to integrate in the result
23           web page.
24         * wstest.cs: Little fix.
25
26 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
27
28         * Makefile: generate client source file list before compiling the test
29           suite.
30
31 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
32
33         * wsdlfiles.tar.gz: New file that contains all test wsdl documents.
34         * proxies.net.xml.gz: Description of the proxies generated by MS.NET.
35         * cormissing.xml: Formatting stuff.
36         
37 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
38
39         * Makefile: Added new targets for running the tests. Now the generated
40           proxies are checked against the ones generated by MS.NET.
41         * services.xml: Updated service list.
42         * wstest.cs: new command checkdiff: generates a xml file using nunit format
43           with all differences between mono generated proxies and MS.NET ones.
44         * client/localhost/ConvRpcTest.cs: Fixed url.
45         
46 2004-05-12  Lluis Sanchez Gual  <lluis@ximian.com>
47
48         * Makefile: Added reference to System.Data.
49         * services.xml, wsdl.ignore: Updated.
50         * wstest.cs: Small improvements.
51         * external/BankCodeEJBHomeTest.cs, external/GlobalWeatherTest.cs, 
52           external/HPcatalogTest.cs, external/IODCODESPOSTAUXTest.cs,
53           external/TemperatureServiceTest.cs, localhost/ConvDocEncBarTest.cs,
54           localhost/ConvDocEncWraTest.cs, localhost/ConvDocLitBarTest.cs,
55           localhost/ConvDocLitWraTest.cs, localhost/ConvRpcTest.cs
56           Changed namespace to make it easier to select tests in gnunit.
57         * localhost/ConvRpcTest.cs: Added test for method that returns "Object".
58         * server/ConvDocEncWra.asmx, ConvDocLitWra.asmx, ConvRpc.asmx: New test 
59           methods.
60         * server/web.config: Added version to vsdisco handler type name.
61         * client/localhost/DataServiceTest.cs
62           client/localhost/DuplicateArrayTestTest.cs
63           client/localhost/SessionCounterTest.cs
64           server/DataService.asmx
65           server/DuplicateArrayTest.asmx
66           server/SessionCounter.asmx: New tests.
67         
68
69 2004-03-10  Lluis Sanchez Gual  <lluis@ximian.com>
70
71         * client/localhost/ConvDocLitWraTest.cs: Test Discover() method.
72
73 2004-03-02  Lluis Sanchez Gual  <lluis@ximian.com>
74
75         * services.xml: More services.
76         * wstest.cs: Added null check.
77         * client/localhost/IncludeTestTest.cs: New test.
78         * server/localhost/IncludeTest.asmx, server/localhost/Test1.asmx,
79           server/localhost/Test2.asmx, server/localhost/TestBinding6.asmx.
80
81 2004-02-27  Lluis Sanchez Gual  <lluis@ximian.com>
82
83         * services.xml: Updated service list.
84         * wstest.cs: New feature: it generates a serviceStatus.xml file that
85           helps keeping track of services that are not available any more.
86         * client/localhost/ConvDocEncBarTest.cs, ConvDocEncWraTest.cs:
87           Improved tests.
88         * server/ConvDocLitBar.asmx: Removed inheritance from WebService, to make
89           sure that this works.
90
91 2004-02-04  Lluis Sanchez Gual <lluis@ximian.com>
92
93         * wstest.cs: Added new option that downloads and cahces the wsdl docs.
94         * services.xml: More services.
95         * Makefile: Updated.
96         * server/TestBinding5.asmx: new test service.
97
98 2004-01-27  Lluis Sanchez Gual <lluis@ximian.com>
99
100         * wstest.cs: Improved the way wsdl documents are downloaded.
101         * services.xml: updated service list.
102         * wsdl.ignore: updated ignore list.
103         * client/external/GlobalWeatherTest.cs: new test.
104         * client/external/syndicateTest.cs: new test.
105         * client/external/TemperatureServiceTest.cs: new test.
106         * client/external/BankCodeEJBHomeTest.cs: added comment.
107         * server/TestBinding1.asmx, server/TestBinding2.asmx,
108         * server/TestBinding3.asmx, server/TestBinding4.asmx: new test services
109
110 2004-01-14  Lluis Sanchez Gual <lluis@ximian.com>
111
112         * wstest.cs: Wsdl documents are cached locally.
113         * services.xml: updated services.
114         
115 2003-12-23  Lluis Sanchez Gual  <lluis@ximian.com>
116
117         * wstest.cs: Removed debug WriteLine.
118         * services.xml: updated services.
119         * server/web.config: Added.
120         
121 2003-12-22  Lluis Sanchez Gual  <lluis@ximian.com>
122
123         * wstest.cs: Changed default directory for client tests. Added some tests.
124         * Makefile: Use xsp.vsdisco instead of xsp.disco.
125
126 2003-12-19  Lluis Sanchez Gual  <lluis@ximian.com>
127
128         * services.xml: Enabled test for a couple of services.
129         * wstest.cs: Improved "stat" option.
130         
131 2003-12-15  Lluis Sanchez Gual  <lluis@ximian.com>
132
133         * Makefile.cs: Generate list of client test files in target "gen".
134         * services.xml: Added a couple of services.
135         * wstest.cs: Added "stat" option.
136         
137 2003-12-12  Lluis Sanchez Gual  <lluis@ximian.com>
138
139         * Added web service test suite
140