ChangeLog 6.8 KB

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