ChangeLog 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. 2010-03-17 Atsushi Enomoto <[email protected]>
  2. * MetadataExchangeBindingsTest.cs : new test.
  3. 2010-02-10 Atsushi Enomoto <[email protected]>
  4. * WsdlImporterTest.cs : ignore whatever make dist broke.
  5. Until make dist gets fixed I won't enable any of new external-
  6. source-dependent tests.
  7. 2010-02-09 Atsushi Enomoto <[email protected]>
  8. * WsdlImporterTest.cs : added test for processing ArrayOfXxx types.
  9. 2010-01-28 Atsushi Enomoto <[email protected]>
  10. * ServiceContractGeneratorTest.cs : add test for async method
  11. generation option to generate sync methods as well.
  12. 2010-01-22 Atsushi Enomoto <[email protected]>
  13. * ServiceMetadataBehaviorTest.cs : check name constant (MSDN is
  14. wrong here).
  15. 2010-01-19 Atsushi Enomoto <[email protected]>
  16. * ServiceAuthorizationBehaviorTest.cs : it's updated and enabled.
  17. Added some more tests.
  18. 2010-01-06 Atsushi Enomoto <[email protected]>
  19. * ServiceDebugBehaviorTest.cs : make sure to close hosts.
  20. 2009-10-01 Atsushi Enomoto <[email protected]>
  21. * ServiceContractGeneratorTest.cs : new test.
  22. 2009-09-15 Atsushi Enomoto <[email protected]>
  23. * ServiceDebugBehaviorTest.cs : it still seems there are some port-
  24. blocking tests that blocks here, so change the port and make sure
  25. it is available. 8080 is anyways likely to interfere with others.
  26. 2009-07-31 Atsushi Enomoto <[email protected]>
  27. * ServiceEndpointTest.cs : new.
  28. 2009-07-02 Atsushi Enomoto <[email protected]>
  29. * ContractDescriptionTest.cs : make sure the contract actually
  30. contains operations from the base types.
  31. 2009-07-02 Atsushi Enomoto <[email protected]>
  32. * ContractDescriptionTest.cs : added test for derived contract type.
  33. 2009-06-09 Atsushi Enomoto <[email protected]>
  34. * ServiceThrottlingBehaviorTest.cs : new.
  35. 2009-02-24 Atsushi Enomoto <[email protected]>
  36. * WsdlExporterTest.cs:
  37. Ignore all failing-under-dotnet tests
  38. 2008-05-22 Roei Erez <[email protected]>
  39. * fix ContractDescription.GetContract implementation
  40. * Refactor Request processing
  41. * Add support for message inspectors
  42. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  43. like: ReleaseServiceInstance, Open, Close...
  44. * Add relevant test cases.
  45. 2008-05-01 Eyal Alaluf <[email protected]>
  46. * ContractDescriptionTest.cs: Add test with method operation, parameters
  47. and return value names specified by attributes.
  48. 2008-04-21 Igor Zelmanovich <[email protected]>
  49. * ServiceDebugBehaviorTest.cs: new testfixture.
  50. * ServiceMetadataBehaviorTest.cs: new testfixture.
  51. 2008-04-21 Igor Zelmanovich <[email protected]>
  52. * WsdlExporterTest.cs: added new test.
  53. 2008-04-10 Eyal Alaluf <[email protected]>
  54. * TypedMessageConverterTest.cs: Enabled and extended the roundtrip tests.
  55. Used XML namespaces for the message data types.
  56. 2008-03-30 Atsushi Enomoto <[email protected]>
  57. * WsdlExporterTest.cs, WsdlImporterTest.cs,
  58. ContractDescriptionTest.cs : marked coupled of tests as NotWorking.
  59. 2008-03-23 Vladimir Krasnov <[email protected]>
  60. * OperationDescriptionTest.cs: added parts and namespace tests
  61. 2007-08-19 Atsushi Enomoto <[email protected]>
  62. * WsdlImporterTest.cs : fix tests under run-test-ondotnet with 3.5.
  63. 2007-08-19 Atsushi Enomoto <[email protected]>
  64. * WsdlImporterTest.cs : use one tab instead of " ".
  65. 2007-08-19 Atsushi Enomoto <[email protected]>
  66. * WsdlExporterTest.cs : oops, fix errors.
  67. 2007-08-19 Atsushi Enomoto <[email protected]>
  68. * WsdlImporterTest.cs WsdlExporterTest.cs : warning cleanup.
  69. 2007-03-26 Atsushi Enomoto <[email protected]>
  70. * ContractDescriptionTest.cs : added conceptual test case that shows
  71. MessageBodyAttribute is not inferred.
  72. 2006-10-04 Atsushi Enomoto <[email protected]>
  73. * ContractDescriptionTest.cs : added test to reject async operation
  74. whose name does not begin with "Begin".
  75. 2006-10-04 Atsushi Enomoto <[email protected]>
  76. * ContractDescriptionTest.cs : added test to reject duplicate
  77. operation names.
  78. 2006-10-03 Atsushi Enomoto <[email protected]>
  79. * ContractDescriptionTest.cs : added some async contract tests.
  80. 2006-09-15 Atsushi Enomoto <[email protected]>
  81. * ClientCredentialsTest.cs : split default property value tests into
  82. each individual peoperty test, and added some more.
  83. 2006-09-14 Atsushi Enomoto <[email protected]>
  84. * ServiceCredentialsTest.cs : new test.
  85. 2006-09-08 Ankit Jain <[email protected]>
  86. * WsdlExporterTest.cs: Add more tests. Remove redundant ones.
  87. 2006-09-07 Ankit Jain <[email protected]>
  88. * WsdlExporterTest.cs (ExportContractInvalid1): Remove "NotWorking".
  89. 2006-09-07 Ankit Jain <[email protected]>
  90. * WsdlExporterTest.cs (ExportContractInvalid1): New.
  91. 2006-09-07 Ankit Jain <[email protected]>
  92. * WsdlExporterTest.cs: New. Incomplete.
  93. 2006-09-05 Atsushi Enomoto <[email protected]>
  94. * ContractDescriptionTest.cs : added ignorable test that treats
  95. IRequestChannel as a service contract. We don't need that.
  96. 2006-07-28 Atsushi Enomoto <[email protected]>
  97. * ClientCredentialsTest.cs : new file.
  98. 2006-07-14 Atsushi Enomoto <[email protected]>
  99. * TypedMessageConverterTest.cs : Added StandardRoundtrip(), though
  100. NotWorking.
  101. 2006-07-14 Atsushi Enomoto <[email protected]>
  102. * TypedMessageConverterTest.cs : added StandardToMessage().
  103. 2006-07-13 Ankit Jain <[email protected]>
  104. * WsdlImporterTest.cs: More June CTP updates.
  105. * dump.xml: Regenerated for June CTP.
  106. * MetadataResolverTest.cs: New.
  107. 2006-07-13 Atsushi Enomoto <[email protected]>
  108. * ContractDescriptionTest.cs :
  109. Added test for async pattern (IMetadataExchange).
  110. 2006-07-06 Atsushi Enomoto <[email protected]>
  111. * ContractDescriptionTest.cs :
  112. Added test for methods that takes and returns Message.
  113. Added test for invalid async pattern.
  114. 2006-07-06 Atsushi Enomoto <[email protected]>
  115. * ContractDescriptionTest.cs, TypedMessageConverterTest.cs :
  116. June CTP fixes.
  117. 2006-07-05 Atsushi Enomoto <[email protected]>
  118. * ContractDescriptionTest.cs : [MessageBody] -> [MessageBodyMember].
  119. 2006-07-05 Atsushi Enomoto <[email protected]>
  120. * WsdlImporterTest.cs,
  121. ContractDescriptionTest.cs : reflect June CTP updates.
  122. 2006-07-03 Ankit Jain <[email protected]>
  123. * WsdlImporterTest.cs: Update for June CTP changes.
  124. 2006-07-03 Ankit Jain <[email protected]>
  125. * WsdlImporterTest.cs: Use
  126. DataContractSerializerMessageContractImporter instead of
  127. DataContractSerializerMessageContractConverter.
  128. 2006-06-12 Ankit Jain <[email protected]>
  129. * WsdlImporterTest.cs : New.
  130. * dump.xml: New. Required for WsdlImporterTest.cs
  131. 2006-05-29 Atsushi Enomoto <[email protected]>
  132. * TypedMessageConverterTest.cs : new test file.
  133. 2006-04-07 Atsushi Enomoto <[email protected]>
  134. * OperationDescriptionTest.cs : test MessageDescriptions as well.
  135. 2006-04-05 Atsushi Enomoto <[email protected]>
  136. * ContractDescriptionTest.cs : test to reject operation-less contract.
  137. 2006-04-05 Atsushi Enomoto <[email protected]>
  138. * ContractDescriptionTest.cs : moved from Test/S.SM.Dispatcher.
  139. * OperationDescriptionTest.cs : new file.
  140. 2006-03-02 Atsushi Enomoto <[email protected]>
  141. (resumed changelogging)
  142. * ChannelBuildContextTest.cs :
  143. Added tests for null ListenUri arguments.
  144. 2006-02-23 Atsushi Enomoto <[email protected]>
  145. * ChannelBuildContextTest.cs : Feb. CTP API changes - chapter 1.
  146. 2006-01-26 Atsushi Enomoto <[email protected]>
  147. * ChannelBuildContextTest.cs : (ConsumeBindingElements)
  148. Use BindingElements instead of non-implemented WSHttpBinding.
  149. 2005-11-20 Atsushi Enomoto <[email protected]>
  150. * ChannelBuildContext.cs : new file.
  151. 2005-10-26 Atsushi Enomoto <[email protected]>
  152. * TypeLoaderTest.cs : actually this is rather ContractDescription
  153. test, so it is being moved.
  154. 2005-10-24 Atsushi Enomoto <[email protected]>
  155. * TypeLoaderTest.cs : new test.