ChangeLog 19 KB

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