ChangeLog 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. 2008-04-13 Igor Zelmanovich <[email protected]>
  2. * BindingTest.cs:
  3. consider fixed API in BindingElementCollection class.
  4. 2008-02-20 Atsushi Enomoto <[email protected]>
  5. * TcpTransportBindingElementTest.cs : IDuplexChannel is not supported.
  6. 2008-02-20 Atsushi Enomoto <[email protected]>
  7. * NetNamedPipeTransportBindingElementTest.cs : new test.
  8. 2008-02-20 Atsushi Enomoto <[email protected]>
  9. * EnvelopeVersionTest.cs : updated to work with .NET 3.0 SP1.
  10. * TcpTransportBindingElementTest.cs : new test.
  11. 2008-02-15 Atsushi Enomoto <[email protected]>
  12. * HttpTransportBindingElementTest.cs : test for BuildChannelListener()
  13. without listener URIs.
  14. 2007-08-20 Atsushi Enomoto <[email protected]>
  15. * MessageHeadersTest.cs : added couple of property settters and
  16. AddressingVersion.None.
  17. 2007-07-06 Atsushi Enomoto <[email protected]>
  18. * MsmqTransportBindingElementTest.cs : modified or removed copied-and-
  19. commented lines to fit with msmq binding element.
  20. 2007-07-06 Atsushi Enomoto <[email protected]>
  21. * MsmqTransportBindingElementTest.cs : new test.
  22. 2007-04-03 Atsushi Enomoto <[email protected]>
  23. * SecurityBindingElementTest.cs,
  24. AsymmetricSecurityBindingElementTest.cs,
  25. HttpTransportBindingElementTest.cs :
  26. marked some failing tests (on Orcas) as ignored. Some fixes to
  27. make sure that open connection things be closed.
  28. 2007-03-13 Atsushi Enomoto <[email protected]>
  29. * AsymmetricSecurityBindingElementTest.cs : some tests are NotWorking
  30. now, as they depend on internal processing order.
  31. 2007-03-07 Atsushi Enomoto <[email protected]>
  32. * MessageTest.cs : added IsFault().
  33. 2007-03-06 Atsushi Enomoto <[email protected]>
  34. * SecurityBindingElementTest.cs :
  35. added tests for GetProperty<ISecurityCapabilities>().
  36. 2007-03-05 Atsushi Enomoto <[email protected]>
  37. * AsymmetricSecurityBindingElementTest.cs :
  38. fixed inappropriate test name.
  39. 2007-03-01 Atsushi Enomoto <[email protected]>
  40. * SecurityBindingElementTest.cs : some more test for ssl parameters.
  41. 2007-02-13 Atsushi Enomoto <[email protected]>
  42. * SecurityBindingElementTest.cs : adding [NotWorking]. It happened to
  43. raise an expected type of exception at different (and wrong) stage.
  44. 2007-01-29 Atsushi Enomoto <[email protected]>
  45. * AsymmetricSecurityBindingElementTest.cs : added notworking
  46. RejectInclusionModeNever() case.
  47. 2007-01-11 Atsushi Enomoto <[email protected]>
  48. * AsymmetricSecurityBindingElementTest.cs, CalcSampleProxy.cs : moved
  49. sample proxy type to new file.
  50. * SecurityBindingElementTest.cs : some tests for
  51. SupportingTokenParameters.
  52. 2006-12-08 Atsushi Enomoto <[email protected]>
  53. * InterceptorBindingElement.cs : new utility binding element for
  54. testing.
  55. 2006-12-07 Atsushi Enomoto <[email protected]>
  56. * SecurityBindingElementTest.cs : added duplicate authenticator test.
  57. 2006-12-06 Atsushi Enomoto <[email protected]>
  58. * SecurityBindingElementTest.cs,
  59. SymmetricSecurityBindingElementTest.cs,
  60. AsymmetricSecurityBindingElementTest.cs :
  61. added test for SetKeyDerivation().
  62. 2006-12-04 Atsushi Enomoto <[email protected]>
  63. * HttpTransportBindingElementTest.cs :
  64. enable CreateChannelInvalidScheme().
  65. * MessageHeaderTest.cs :
  66. enable TestIsMessageVersionSupported() and mark IDs.
  67. 2006-12-04 Atsushi Enomoto <[email protected]>
  68. * FaultConverterTest.cs : new test.
  69. 2006-10-13 Ankit Jain <[email protected]>
  70. * MessageVersionTest.cs : Add test for MessageVersion.None
  71. 2006-10-12 Atsushi Enomoto <[email protected]>
  72. * CustomBindingTest.cs : fixed build. It has broken code which
  73. recently got reported by improved gmcs.
  74. 2006-10-06 Atsushi Enomoto <[email protected]>
  75. * CommunicationObjectTest.cs :
  76. Some tests on operation at faulted state.
  77. 2006-10-05 Atsushi Enomoto <[email protected]>
  78. * MessageHeadersTest.cs : added some tests for duplicate header items.
  79. The resulting tests are odd though.
  80. 2006-10-04 Atsushi Enomoto <[email protected]>
  81. * AsymmetricSecurityBindingElementTest.cs :
  82. VerifyX509MessageSecurityAtService() is working as a test for async
  83. support, but makes little sense as asymmetric security test now.
  84. 2006-09-29 Atsushi Enomoto <[email protected]>
  85. * AsymmetricSecurityBindingElementTest.cs : added more test for
  86. listener, though not working yet (e.g. because of async support).
  87. * SslStreamSecurityBindingElementTest.cs : new file.
  88. 2006-09-29 Atsushi Enomoto <[email protected]>
  89. * AsymmetricSecurityBindingElementTest.cs : added test for listener
  90. whose recipient does not contain symmetric key.
  91. 2006-09-29 Atsushi Enomoto <[email protected]>
  92. * BindingTest.cs : fixed a test that became ambiguous.
  93. 2006-09-28 Atsushi Enomoto <[email protected]>
  94. * AsymmetricSecurityBindingElementTest.cs : new file.
  95. 2006-09-28 Atsushi Enomoto <[email protected]>
  96. * HttpTransportBindingElementTest.cs :
  97. added CreateChannelInvalidScheme().
  98. 2006-09-28 Atsushi Enomoto <[email protected]>
  99. * SymmetricSecurityBindingElementTest.cs :
  100. added test for making sure to create authenticator and thus reject
  101. UserName parameters to become ProtectionTokenParameters.
  102. 2006-09-27 Atsushi Enomoto <[email protected]>
  103. * SymmetricSecurityBindingElementTest.cs :
  104. added some more tests for service DefaultCertificate.
  105. * MessageBufferTest.cs, MessageHeadersTest.cs,
  106. EmptyFaultExceptionTest.cs, MessageHeaderTest.cs :
  107. eliminate console output.
  108. * UnknownFaultExceptionTest.cs : removed obsolete file.
  109. 2006-09-22 Atsushi Enomoto <[email protected]>
  110. * SymmetricSecurityBindingElementTest.cs, SecurityBindingElementTest.cs,
  111. SecurityAssert.cs : removed extra code for each source. From now on,
  112. test for SecurityBindingElement factory methods will go into
  113. SecurityBindingElementTest.cs.
  114. 2006-09-22 Atsushi Enomoto <[email protected]>
  115. * SecurityBindingElementTest.cs, SecurityAssert.cs : added copies first.
  116. 2006-09-22 Atsushi Enomoto <[email protected]>
  117. * SymmetricSecurityBindingElementTest.cs : added assertion helpers for
  118. asymmetric binding elements. Actually am going to move them to another
  119. file.
  120. 2006-09-20 Atsushi Enomoto <[email protected]>
  121. * SymmetricSecurityBindingElementTest.cs : tiny comment cleanup.
  122. 2006-09-19 Atsushi Enomoto <[email protected]>
  123. * SymmetricSecurityBindingElementTest.cs : added test that supplies
  124. ChannelProtectionRequirements manually. Added some comments.
  125. 2006-09-17 Atsushi Enomoto <[email protected]>
  126. * SymmetricSecurityBindingElementTest.cs : removed some NotWorking.
  127. * OneWayBindingElementTest.cs : new test.
  128. 2006-09-17 Atsushi Enomoto <[email protected]>
  129. * HttpTransportBindingElementTest.cs : make sure to close channels
  130. so that they don't block other tests.
  131. * HandlerTransportBindingElement.cs :
  132. be a bit more descriptive on error.
  133. 2006-09-17 Atsushi Enomoto <[email protected]>
  134. * HttpTransportBindingElementTest.cs : enable (async) request test.
  135. Added test for creating channel without opening the factory.
  136. 2006-09-17 Atsushi Enomoto <[email protected]>
  137. * MessageEncoderTest.cs : message version mismatch check.
  138. 2006-09-12 Atsushi Enomoto <[email protected]>
  139. * SymmetricSecurityBindingElementTest.cs : added test for missing
  140. private key in service certificate.
  141. * HandlerTransportBindingElement.cs : fix warning.
  142. 2006-09-08 Atsushi Enomoto <[email protected]>
  143. * HandlerTransportBindingElement.cs : added IOutputChannel impl.
  144. * OutputChannelBase.cs : new support file.
  145. 2006-09-05 Atsushi Enomoto <[email protected]>
  146. * ChannelFactoryTest.cs : moved to Test/S.SM.
  147. 2006-09-05 Atsushi Enomoto <[email protected]>
  148. * ChannelFactoryTest.cs : don't use IRequestChannel as a contract
  149. type. It makes no sense and we reject it as a contract.
  150. * HandlerBodyWriter.cs : new helper BodyWriter for tests.
  151. * MessageTest.cs : added test for null message version argument.
  152. * BindingTest.cs : added MessageVersion property test.
  153. 2006-09-05 Atsushi Enomoto <[email protected]>
  154. * SymmetricSecurityBindingElementTest.cs : use OneWayBindingElement
  155. to omit reply check and make some tests meaningful.
  156. 2006-09-04 Atsushi Enomoto <[email protected]>
  157. * SymmetricSecurityBindingElementTest.cs :
  158. non-x509 service cert test is not working.
  159. 2006-09-01 Atsushi Enomoto <[email protected]>
  160. * MessageHeadersTest.cs, MessageHeaderTest.cs, MessageBufferTest.cs :
  161. cleaning up NotWorking.
  162. * TextMessageEncodingBindingElementTest.cs, CustomBindingTest.cs :
  163. moved some irrelevant tests in former file to latter file.
  164. 2006-08-31 Atsushi Enomoto <[email protected]>
  165. * CustomBindingTest.cs, HttpTransportBindingElementTest.cs : added
  166. test that assures MessageEncodingBindingElement is not mandatory.
  167. * MessageTest.cs : added concept test that shows ToString() somehow
  168. allows multi time call.
  169. * MessageBufferTest.cs : fix wrong expected exception. Added test
  170. that assures it does not allow multi call to CreateBufferedCopy().
  171. 2006-08-30 Atsushi Enomoto <[email protected]>
  172. * SymmetricSecurityBindingElementTest.cs : added more tests for
  173. different security settings situations.
  174. 2006-08-29 Atsushi Enomoto <[email protected]>
  175. * CustomBindingTest.cs : added EnvelopeVersion.None + security case
  176. (which should be rejected).
  177. * HandlerTransportBindingElement.cs :
  178. removed NotImplementedException in OnClose().
  179. 2006-08-29 Atsushi Enomoto <[email protected]>
  180. * MessageTest.cs : added some XmlReader inputs with some headers.
  181. 2006-08-28 Atsushi Enomoto <[email protected]>
  182. * BindingContextTest.cs : added test to assure that binding parameter
  183. collection is nothing to do with GetInnerProperty().
  184. 2006-08-22 Atsushi Enomoto <[email protected]>
  185. * SymmetricSecurityBindingElementTest.cs :
  186. some annotations. Added secureconversatin factory method test.
  187. 2006-08-16 Atsushi Enomoto <[email protected]>
  188. * DebugBindingElement.cs : new helper for message interception.
  189. * SymmetricSecurityBindingElementTest.cs : cosmetic debug code.
  190. 2006-08-14 Atsushi Enomoto <[email protected]>
  191. * SymmetricSecurityBindingElementTest.cs : add OpenChannelFactory().
  192. Removed one NotWorking.
  193. 2006-08-11 Atsushi Enomoto <[email protected]>
  194. * SymmetricSecurityBindingElementTest.cs : somewhat minor renaming.
  195. 2006-08-10 Atsushi Enomoto <[email protected]>
  196. * SymmetricSecurityBindingElementTest.cs : some tests are working now.
  197. 2006-08-09 Atsushi Enomoto <[email protected]>
  198. * SymmetricSecurityBindingElementTest.cs : added tests on
  199. BuildChannelListener() and reply channels. .NET security binding
  200. is still weird that it causes infinite loop, which blocks me from
  201. further implementation...
  202. * HttpTransportBindingElementTest.cs : replaced sync Request() with
  203. async methods and it started working under .NET.
  204. * HandlerTransportBindingElement.cs : several refactoring to support
  205. listener and reply channel as well.
  206. 2006-08-08 Atsushi Enomoto <[email protected]>
  207. * HandlerTransportBindingElement.cs : added listener support.
  208. * ReplyChannelBase.cs : added, for HandlerTransportBindingElement
  209. listener support.
  210. * SymmetricSecurityBindingElementTest.cs : added some tests for request
  211. processing. Like IssuedSecurityTokenProviderTest, still no
  212. successful way to create reply...
  213. 2006-08-07 Atsushi Enomoto <[email protected]>
  214. * MessageBufferTest.cs : removed some NotWorking.
  215. 2006-08-03 Atsushi Enomoto <[email protected]>
  216. * HandlerTransportBindingElement.cs : new utility binding element
  217. that supports event hander based transport.
  218. * RequestChannelBase.cs :
  219. new file. used by above, copied from S.SM.Channels.
  220. * SymmetricSecurityBindingElementTest.cs :
  221. added tests for those factory methods in SecurityBindingElement
  222. that return SymmetricSecurityBindingElement.
  223. 2006-07-28 Atsushi Enomoto <[email protected]>
  224. * LocalClientSecuritySettingsTest.cs :
  225. more cosmetic line: assert IdentityVerifier as not null.
  226. 2006-07-28 Atsushi Enomoto <[email protected]>
  227. * LocalClientSecuritySettingsTest.cs : new file.
  228. * SymmetricSecurityBindingElementTest.cs : added test for
  229. default LocalClientSettings values.
  230. 2006-07-21 Atsushi Enomoto <[email protected]>
  231. * SymmetricSecurityBindingElementTest.cs : Test that
  232. - SecurityTokenParameters is null by default.
  233. - with null SecurityTokenParameters BuildChannelFactory fails.
  234. 2006-07-20 Atsushi Enomoto <[email protected]>
  235. * MessageHeadersTest.cs :
  236. Added (ignored) WriteHeaderContentsAddressingNone().
  237. * MessageTest.cs : added WriteMessagePOX() (EnvelopeVersion.None).
  238. 2006-07-20 Atsushi Enomoto <[email protected]>
  239. * MessageHeadersTest.cs : added null serializer argument tests.
  240. 2006-07-18 Atsushi Enomoto <[email protected]>
  241. * MessageHeaderTest.cs : added CreateEndpointAddressTypeHeader(). It
  242. used to fail since DataContractSerializer..ctor() rejected
  243. EndpointAddress.
  244. 2006-07-14 Atsushi Enomoto <[email protected]>
  245. * MessageBufferTest.cs : Added CreateBufferedCopyConsumesMessage().
  246. Some are NotWorking right now.
  247. 2006-07-14 Atsushi Enomoto <[email protected]>
  248. * MessageBufferTest.cs : Don't use Assert.Equals().
  249. Make TestSimpleMessageBuffer() assert that every return value of
  250. CreateBufferedCopy() works for WriteMessage().
  251. 2006-07-13 Atsushi Enomoto <[email protected]>
  252. * MessageBufferTest.cs : build fix.
  253. 2006-07-12 Duncan Mak <[email protected]>
  254. * MessageBufferTest.cs
  255. (TestEmptyMessageBuffer, TestSimpleMessageBuffer):
  256. (TestCreateMessageFromClosedBuffer): New tests.
  257. 2006-07-12 Atsushi Enomoto <[email protected]>
  258. * HttpTransportBindingElementTest.cs : added connection example, but
  259. it's somehow not working.
  260. 2006-07-12 Atsushi Enomoto <[email protected]>
  261. * FaultExceptionTest.cs : ignore failing TestGetObjectData().
  262. 2006-07-10 Atsushi Enomoto <[email protected]>
  263. * SymmetricSecurityBindingElementTest.cs : new test.
  264. 2006-07-10 Atsushi Enomoto <[email protected]>
  265. * TransactionFlowBindingElementTest.cs : new test.
  266. 2006-07-06 Atsushi Enomoto <[email protected]>
  267. * MessageBufferTest.cs, MessageHeadersTest.cs, MessageTest.cs,
  268. MessageEncodingBindingElementTest.cs,
  269. TextMessageEncodingBindingElementTest.cs :
  270. June CTP fixes. MessageFault.DefaultAction vanished.
  271. Exception type changes. Duplicate message encoding binding element
  272. now causes (different) exception.
  273. 2006-07-05 Atsushi Enomoto <[email protected]>
  274. * MessageTest.cs :
  275. Replaced vanished CreateMessage() with remaining one.
  276. 2006-07-05 Atsushi Enomoto <[email protected]>
  277. * HttpTransportBindingElementTest.cs, CustomBindingTest.cs :
  278. Fixed tests based on run-test-ondotnet results.
  279. 2006-07-05 Atsushi Enomoto <[email protected]>
  280. * CommunicationObjectTest.cs, ChannelFactoryTest.cs :
  281. June CTP requires a bunch of extra stuff.
  282. 2006-07-05 Atsushi Enomoto <[email protected]>
  283. * BindingContextTest.cs :
  284. Now listenUri parameters could be null.
  285. Split TestCtorListenUriRelativeAddressNull() into two tests, one is
  286. for rejecting duplicate message encoding binding element (in June
  287. CTP it is rejected now).
  288. 2006-07-05 Atsushi Enomoto <[email protected]>
  289. * BindingContextTest.cs, MessageEncoderTest.cs,
  290. MessageEncodingBindingElementTest.cs,
  291. TextMessageEncodingBindingElementTest.cs :
  292. reflect June CTP updates.
  293. 2006-06-20 Atsushi Enomoto <[email protected]>
  294. * MessageTest.cs : added test that assures null action is allowed.
  295. 2006-06-20 Atsushi Enomoto <[email protected]>
  296. * ChannelFactoryTest.cs : Test that only interface can be the Type
  297. argument in ChannelFactory<T>#.ctor(Type).
  298. 2006-06-09 Atsushi Enomoto <[email protected]>
  299. * MessageTest.cs : Added CreateSimpleNonPrimitive().
  300. 2006-05-29 Atsushi Enomoto <[email protected]>
  301. * FaultExceptionTest.cs : fix tests for beta2. Ignore English-only
  302. test.
  303. 2006-04-06 Atsushi Enomoto <[email protected]>
  304. * MessageEncoderTest.cs : test for text binding with Soap11.
  305. * MessageTest.cs : more create/write tests. The serialization part
  306. could be shared.
  307. 2006-04-06 Atsushi Enomoto <[email protected]>
  308. * MessageHeadersTest.cs : one more removal of NotWorking.
  309. * MessageTest.cs : added fault message creation and write test.
  310. 2006-03-16 Atsushi Enomoto <[email protected]>
  311. * MessageHeadersTest.cs : removed some NotWorkings.
  312. * MessageHeaderTest.cs : uncommented, making several fixes.
  313. 2006-03-15 Atsushi Enomoto <[email protected]>
  314. * TextMessageEncodingBindingElementTest.cs :
  315. added trivial CanBuildChannelFactory test.
  316. 2006-03-14 Atsushi Enomoto <[email protected]>
  317. * MessageTest.cs : test Action header in CreateFromXmlReader().
  318. 2006-03-13 Atsushi Enomoto <[email protected]>
  319. * MessageTest.cs : added another CreateMessage(XmlReader,...) test.
  320. 2006-03-10 Atsushi Enomoto <[email protected]>
  321. * MessageTest.cs : added test for Message.CreateMessage(version,
  322. xmlreader,int) and GetReaderAtBodyContents() etc.
  323. 2006-03-08 Atsushi Enomoto <[email protected]>
  324. * MessageTest.cs : now the test is working, except for
  325. UnderstoodHeaders.
  326. * MessageHeadersTest.cs : added GetReaderAtHeader() tests and so on.
  327. 2006-03-08 Atsushi Enomoto <[email protected]>
  328. * MessageTest.cs MessageEncoderTest.cs : new tests.
  329. * MessageHeadersTest.cs : some tests are working now. Added some more
  330. tests.
  331. 2006-03-03 Atsushi Enomoto <[email protected]>
  332. * FaultExceptionTest.cs :
  333. Don't test English-specific exception message.
  334. Removed AreEqual() .Don't hide actual cause of assertion failure.
  335. 2006-03-03 Atsushi Enomoto <[email protected]>
  336. * MessageEncodingBindingElement.cs : with Feb. CTP we can define our
  337. own MessageEncodingBindingElement, so added more tests for such
  338. custom binding element.
  339. 2006-03-02 Atsushi Enomoto <[email protected]>
  340. * AddressHeaderTest.cs : marked EqualsTest() which got to not work
  341. in Feb. CTP.
  342. * ChannelFactoryTest.cs : null type argument ctor() does not
  343. exist anymore.
  344. 2006-03-02 Atsushi Enomoto <[email protected]>
  345. * MessageHeadersTest.cs
  346. AddressingVersionTest.cs
  347. FaultExceptionTest.cs : updated tests to work fine with Feb. CTP.
  348. 2005-10-26 Atsushi Enomoto <[email protected]>
  349. * CommunicationObjectTest.cs : some State tests.
  350. 2005-10-26 Atsushi Enomoto <[email protected]>
  351. * CommunicationObjectTest.cs : some simple Open/Close tests.
  352. 2005-10-23 Atsushi Enomoto <[email protected]>
  353. * CommunicationObjectTest.cs : new file (testing run-test).