ChangeLog 21 KB

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