ChangeLog 22 KB

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