ChangeLog 7.2 KB

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