ChangeLog 6.4 KB

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