ChangeLog 6.9 KB

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