ChangeLog 7.0 KB

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