ChangeLog 6.7 KB

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