ChangeLog 21 KB

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