2010-03-29 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Channels / ChangeLog
1 2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * MessageFaultTest.cs : enable previous test.
4
5 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * FaultConverterTest.cs, MessageFaultTest.cs : add new and not-working
8           tests.
9
10 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * MessageBufferTest.cs : add test for copy of IsFault value.
13
14 2010-03-25  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * MessageTest.cs : add another IsFault tests, which exposed some
17           issues at client side.
18
19 2010-01-21  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * SslStreamSecurityBindingElementTest.cs : reduce extra base dep.
22
23 2010-01-20  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * AddressHeaderTest.cs : add reader and writer tests.
26
27 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * BinaryMessageEncodingBindingElementTest.cs : added test for
30           connection-based tests for both TCP and HTTP (they give difference:
31           see BinaryMessageEncoder.cs change too).
32
33 2009-12-21  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * MessageFaultTest.cs : add CreateFault test with MessageVersion.None.
36
37 2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * MessageHeadersTest.cs : added another CopyHeadersFrom() test to
40           make sure there is no duplicate.
41
42 2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * MessageHeadersTest.cs : enable working test and remove old comment.
45
46 2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
47
48         * MessageHeadersTest.cs : make sure null can be set as a
49           WS-Addressing header when version is None.
50
51 2009-12-04  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * HttpTransportBindingElementTest.cs : added GetProperty() tests.
54
55 2009-12-03  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * HttpsTransportBindingElementTest.cs : new test.
58
59 2009-09-14  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * MessagePropertiesTest.cs : new test.
62
63 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * HttpRequestMessagePropertyTest.cs : new test.
66
67 2009-08-31  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * HttpTransportBindingElementTest.cs : test for URI mismatch case.
70
71 2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * MessageHeadersTest.cs : added a couple od duplicate tests. Fixed
74           non-working test output.
75
76 2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
77
78         * MessageTest.cs : added test for State.
79
80 2009-06-08  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * CommunicationObjectTest.cs : added a couple of close/abort tests
83           for state transition and base call check.
84
85 2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
86
87         * MessageEncoderTest.cs : test CreateSessionEncoder().
88
89 2009-05-19  Atsushi Enomoto  <atsushi@ximian.com>
90
91         * MessageFaultTest.cs : added more SOAP 12 fault parser tests.
92         * soap-fault.xml, soap-fault-incomplete4.xml : new test files.
93
94 2009-05-15  Atsushi Enomoto  <atsushi@ximian.com>
95
96         * soap-fault-incomplete.xml : new test file.
97         * MessageFaultTest.cs : new test.
98
99 2009-04-28  Atsushi Enomoto  <atsushi@ximian.com>
100
101         * BinaryMessageEncodingBindingElementTest.cs, binary-message.raw:
102           new test files.
103
104 2009-04-21  Atsushi Enomoto  <atsushi@ximian.com>
105
106         * PeerTransportBindingElementTest.cs : test PeerNode property too.
107
108 2009-04-20  Atsushi Enomoto  <atsushi@ximian.com>
109
110         * PeerTransportBindingElementTest.cs : new.
111
112 2009-04-07  Atsushi Enomoto  <atsushi@ximian.com>
113
114         * TcpTransportBindingElementTest.cs : more can-build tests.
115
116 2008-04-13  Igor Zelmanovich <igorz@mainsoft.com>
117
118         * BindingTest.cs:
119         consider fixed API in BindingElementCollection class.                   
120
121 2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>
122
123         * TcpTransportBindingElementTest.cs : IDuplexChannel is not supported.
124
125 2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>
126
127         * NetNamedPipeTransportBindingElementTest.cs : new test.
128
129 2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>
130
131         * EnvelopeVersionTest.cs : updated to work with .NET 3.0 SP1.
132         * TcpTransportBindingElementTest.cs : new test.
133
134 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
135
136         * HttpTransportBindingElementTest.cs : test for BuildChannelListener()
137           without listener URIs.
138
139 2007-08-20  Atsushi Enomoto  <atsushi@ximian.com>
140
141         * MessageHeadersTest.cs : added couple of property settters and
142           AddressingVersion.None.
143
144 2007-07-06  Atsushi Enomoto  <atsushi@ximian.com>
145
146         * MsmqTransportBindingElementTest.cs : modified or removed copied-and-
147           commented lines to fit with msmq binding element.
148
149 2007-07-06  Atsushi Enomoto  <atsushi@ximian.com>
150
151         * MsmqTransportBindingElementTest.cs : new test.
152
153 2007-04-03  Atsushi Enomoto  <atsushi@ximian.com>
154
155         * SecurityBindingElementTest.cs,
156           AsymmetricSecurityBindingElementTest.cs,
157           HttpTransportBindingElementTest.cs :
158           marked some failing tests (on Orcas) as ignored. Some fixes to
159           make sure that open connection things be closed.
160
161 2007-03-13  Atsushi Enomoto  <atsushi@ximian.com>
162
163         * AsymmetricSecurityBindingElementTest.cs : some tests are NotWorking
164           now, as they depend on internal processing order.
165
166 2007-03-07  Atsushi Enomoto  <atsushi@ximian.com>
167
168         * MessageTest.cs : added IsFault().
169
170 2007-03-06  Atsushi Enomoto  <atsushi@ximian.com>
171
172         * SecurityBindingElementTest.cs :
173           added tests for GetProperty<ISecurityCapabilities>().
174
175 2007-03-05  Atsushi Enomoto  <atsushi@ximian.com>
176
177         * AsymmetricSecurityBindingElementTest.cs :
178           fixed inappropriate test name.
179
180 2007-03-01  Atsushi Enomoto  <atsushi@ximian.com>
181
182         * SecurityBindingElementTest.cs : some more test for ssl parameters.
183
184 2007-02-13  Atsushi Enomoto  <atsushi@ximian.com>
185
186         * SecurityBindingElementTest.cs : adding [NotWorking]. It happened to
187           raise an expected type of exception at different (and wrong) stage.
188
189 2007-01-29  Atsushi Enomoto  <atsushi@ximian.com>
190
191         * AsymmetricSecurityBindingElementTest.cs : added notworking
192           RejectInclusionModeNever() case.
193
194 2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>
195
196         * AsymmetricSecurityBindingElementTest.cs, CalcSampleProxy.cs : moved
197           sample proxy type to new file.
198         * SecurityBindingElementTest.cs : some tests for
199           SupportingTokenParameters.
200
201 2006-12-08  Atsushi Enomoto  <atsushi@ximian.com>
202
203         * InterceptorBindingElement.cs : new utility binding element for
204           testing.
205
206 2006-12-07  Atsushi Enomoto  <atsushi@ximian.com>
207
208         * SecurityBindingElementTest.cs : added duplicate authenticator test.
209
210 2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>
211
212         * SecurityBindingElementTest.cs,
213           SymmetricSecurityBindingElementTest.cs,
214           AsymmetricSecurityBindingElementTest.cs :
215           added test for SetKeyDerivation().
216
217 2006-12-04  Atsushi Enomoto  <atsushi@ximian.com>
218
219         * HttpTransportBindingElementTest.cs :
220           enable CreateChannelInvalidScheme().
221         * MessageHeaderTest.cs :
222           enable TestIsMessageVersionSupported() and mark IDs.
223
224 2006-12-04  Atsushi Enomoto  <atsushi@ximian.com>
225
226         * FaultConverterTest.cs : new test.
227
228 2006-10-13  Ankit Jain  <jankit@novell.com>
229
230         * MessageVersionTest.cs : Add test for MessageVersion.None
231
232 2006-10-12  Atsushi Enomoto  <atsushi@ximian.com>
233
234         * CustomBindingTest.cs : fixed build. It has broken code which
235           recently got reported by improved gmcs.
236
237 2006-10-06  Atsushi Enomoto  <atsushi@ximian.com>
238
239         * CommunicationObjectTest.cs :
240           Some tests on operation at faulted state.
241
242 2006-10-05  Atsushi Enomoto  <atsushi@ximian.com>
243
244         * MessageHeadersTest.cs : added some tests for duplicate header items.
245           The resulting tests are odd though.
246
247 2006-10-04  Atsushi Enomoto  <atsushi@ximian.com>
248
249         * AsymmetricSecurityBindingElementTest.cs :
250           VerifyX509MessageSecurityAtService() is working as a test for async
251           support, but makes little sense as asymmetric security test now.
252
253 2006-09-29  Atsushi Enomoto  <atsushi@ximian.com>
254
255         * AsymmetricSecurityBindingElementTest.cs : added more test for
256           listener, though not working yet (e.g. because of async support).
257         * SslStreamSecurityBindingElementTest.cs : new file.
258
259 2006-09-29  Atsushi Enomoto  <atsushi@ximian.com>
260
261         * AsymmetricSecurityBindingElementTest.cs : added test for listener
262           whose recipient does not contain symmetric key.
263
264 2006-09-29  Atsushi Enomoto  <atsushi@ximian.com>
265
266         * BindingTest.cs : fixed a test that became ambiguous.
267
268 2006-09-28  Atsushi Enomoto  <atsushi@ximian.com>
269
270         * AsymmetricSecurityBindingElementTest.cs : new file.
271
272 2006-09-28  Atsushi Enomoto  <atsushi@ximian.com>
273
274         * HttpTransportBindingElementTest.cs :
275           added CreateChannelInvalidScheme().
276
277 2006-09-28  Atsushi Enomoto  <atsushi@ximian.com>
278
279         * SymmetricSecurityBindingElementTest.cs :
280           added test for making sure to create authenticator and thus reject
281           UserName parameters to become ProtectionTokenParameters.
282
283 2006-09-27  Atsushi Enomoto  <atsushi@ximian.com>
284
285         * SymmetricSecurityBindingElementTest.cs :
286           added some more tests for service DefaultCertificate.
287         * MessageBufferTest.cs, MessageHeadersTest.cs,
288           EmptyFaultExceptionTest.cs, MessageHeaderTest.cs :
289           eliminate console output.
290         * UnknownFaultExceptionTest.cs : removed obsolete file.
291
292 2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
293
294         * SymmetricSecurityBindingElementTest.cs, SecurityBindingElementTest.cs,
295           SecurityAssert.cs : removed extra code for each source. From now on,
296           test for SecurityBindingElement factory methods will go into
297           SecurityBindingElementTest.cs.
298
299 2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
300
301         * SecurityBindingElementTest.cs, SecurityAssert.cs : added copies first.
302
303 2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
304
305         * SymmetricSecurityBindingElementTest.cs : added assertion helpers for
306           asymmetric binding elements. Actually am going to move them to another
307           file.
308
309 2006-09-20  Atsushi Enomoto  <atsushi@ximian.com>
310
311         * SymmetricSecurityBindingElementTest.cs : tiny comment cleanup.
312
313 2006-09-19  Atsushi Enomoto  <atsushi@ximian.com>
314
315         * SymmetricSecurityBindingElementTest.cs : added test that supplies
316           ChannelProtectionRequirements manually. Added some comments.
317
318 2006-09-17  Atsushi Enomoto  <atsushi@ximian.com>
319
320         * SymmetricSecurityBindingElementTest.cs : removed some NotWorking.
321         * OneWayBindingElementTest.cs : new test.
322
323 2006-09-17  Atsushi Enomoto  <atsushi@ximian.com>
324
325         * HttpTransportBindingElementTest.cs : make sure to close channels
326           so that they don't block other tests.
327         * HandlerTransportBindingElement.cs :
328           be a bit more descriptive on error.
329
330 2006-09-17  Atsushi Enomoto  <atsushi@ximian.com>
331
332         * HttpTransportBindingElementTest.cs : enable (async) request test.
333           Added test for creating channel without opening the factory.
334
335 2006-09-17  Atsushi Enomoto  <atsushi@ximian.com>
336
337         * MessageEncoderTest.cs : message version mismatch check.
338
339 2006-09-12  Atsushi Enomoto  <atsushi@ximian.com>
340
341         * SymmetricSecurityBindingElementTest.cs : added test for missing
342           private key in service certificate.
343         * HandlerTransportBindingElement.cs : fix warning.
344
345 2006-09-08  Atsushi Enomoto  <atsushi@ximian.com>
346
347         * HandlerTransportBindingElement.cs : added IOutputChannel impl.
348         * OutputChannelBase.cs : new support file.
349
350 2006-09-05  Atsushi Enomoto  <atsushi@ximian.com>
351
352         * ChannelFactoryTest.cs : moved to Test/S.SM.
353
354 2006-09-05  Atsushi Enomoto  <atsushi@ximian.com>
355
356         * ChannelFactoryTest.cs : don't use IRequestChannel as a contract
357           type. It makes no sense and we reject it as a contract.
358         * HandlerBodyWriter.cs : new helper BodyWriter for tests.
359         * MessageTest.cs : added test for null message version argument.
360         * BindingTest.cs : added MessageVersion property test.
361
362 2006-09-05  Atsushi Enomoto  <atsushi@ximian.com>
363
364         * SymmetricSecurityBindingElementTest.cs : use OneWayBindingElement
365           to omit reply check and make some tests meaningful.
366
367 2006-09-04  Atsushi Enomoto  <atsushi@ximian.com>
368
369         * SymmetricSecurityBindingElementTest.cs :
370           non-x509 service cert test is not working.
371
372 2006-09-01  Atsushi Enomoto  <atsushi@ximian.com>
373
374         * MessageHeadersTest.cs, MessageHeaderTest.cs, MessageBufferTest.cs :
375           cleaning up NotWorking.
376         * TextMessageEncodingBindingElementTest.cs, CustomBindingTest.cs :
377           moved some irrelevant tests in former file to latter file.
378
379 2006-08-31  Atsushi Enomoto  <atsushi@ximian.com>
380
381         * CustomBindingTest.cs, HttpTransportBindingElementTest.cs : added
382           test that assures MessageEncodingBindingElement is not mandatory.
383         * MessageTest.cs : added concept test that shows ToString() somehow
384           allows multi time call.
385         * MessageBufferTest.cs : fix wrong expected exception. Added test
386           that assures it does not allow multi call to CreateBufferedCopy().
387
388 2006-08-30  Atsushi Enomoto  <atsushi@ximian.com>
389
390         * SymmetricSecurityBindingElementTest.cs : added more tests for
391           different security settings situations.
392
393 2006-08-29  Atsushi Enomoto  <atsushi@ximian.com>
394
395         * CustomBindingTest.cs : added EnvelopeVersion.None + security case
396           (which should be rejected).
397         * HandlerTransportBindingElement.cs :
398           removed NotImplementedException in OnClose().
399
400 2006-08-29  Atsushi Enomoto  <atsushi@ximian.com>
401
402         * MessageTest.cs : added some XmlReader inputs with some headers.
403
404 2006-08-28  Atsushi Enomoto  <atsushi@ximian.com>
405
406         * BindingContextTest.cs : added test to assure that binding parameter
407           collection is nothing to do with GetInnerProperty().
408
409 2006-08-22  Atsushi Enomoto  <atsushi@ximian.com>
410
411         * SymmetricSecurityBindingElementTest.cs :
412           some annotations. Added secureconversatin factory method test.
413
414 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
415
416         * DebugBindingElement.cs : new helper for message interception.
417         * SymmetricSecurityBindingElementTest.cs : cosmetic debug code.
418
419 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
420
421         * SymmetricSecurityBindingElementTest.cs : add OpenChannelFactory().
422           Removed one NotWorking.
423
424 2006-08-11  Atsushi Enomoto  <atsushi@ximian.com>
425
426         * SymmetricSecurityBindingElementTest.cs : somewhat minor renaming.
427
428 2006-08-10  Atsushi Enomoto  <atsushi@ximian.com>
429
430         * SymmetricSecurityBindingElementTest.cs : some tests are working now.
431
432 2006-08-09  Atsushi Enomoto  <atsushi@ximian.com>
433
434         * SymmetricSecurityBindingElementTest.cs : added tests on
435           BuildChannelListener() and reply channels. .NET security binding
436           is still weird that it causes infinite loop, which blocks me from
437           further implementation...
438         * HttpTransportBindingElementTest.cs : replaced sync Request() with
439           async methods and it started working under .NET.
440         * HandlerTransportBindingElement.cs : several refactoring to support
441           listener and reply channel as well.
442
443 2006-08-08  Atsushi Enomoto  <atsushi@ximian.com>
444
445         * HandlerTransportBindingElement.cs : added listener support.
446         * ReplyChannelBase.cs : added, for HandlerTransportBindingElement
447           listener support.
448         * SymmetricSecurityBindingElementTest.cs : added some tests for request
449           processing. Like IssuedSecurityTokenProviderTest, still no
450           successful way to create reply...
451
452 2006-08-07  Atsushi Enomoto  <atsushi@ximian.com>
453
454         * MessageBufferTest.cs : removed some NotWorking.
455
456 2006-08-03  Atsushi Enomoto  <atsushi@ximian.com>
457
458         * HandlerTransportBindingElement.cs : new utility binding element
459           that supports event hander based transport.
460         * RequestChannelBase.cs :
461           new file. used by above, copied from S.SM.Channels.
462         * SymmetricSecurityBindingElementTest.cs :
463           added tests for those factory methods in SecurityBindingElement
464           that return SymmetricSecurityBindingElement.
465
466 2006-07-28  Atsushi Enomoto  <atsushi@ximian.com>
467
468         * LocalClientSecuritySettingsTest.cs :
469           more cosmetic line: assert IdentityVerifier as not null.
470
471 2006-07-28  Atsushi Enomoto  <atsushi@ximian.com>
472
473         * LocalClientSecuritySettingsTest.cs : new file.
474         * SymmetricSecurityBindingElementTest.cs : added test for
475           default LocalClientSettings values.
476
477 2006-07-21  Atsushi Enomoto  <atsushi@ximian.com>
478
479         * SymmetricSecurityBindingElementTest.cs : Test that
480           - SecurityTokenParameters is null by default.
481           - with null SecurityTokenParameters BuildChannelFactory fails.
482
483 2006-07-20  Atsushi Enomoto  <atsushi@ximian.com>
484
485         * MessageHeadersTest.cs :
486           Added (ignored) WriteHeaderContentsAddressingNone().
487         * MessageTest.cs : added WriteMessagePOX() (EnvelopeVersion.None).
488
489 2006-07-20  Atsushi Enomoto  <atsushi@ximian.com>
490
491         * MessageHeadersTest.cs : added null serializer argument tests.
492
493 2006-07-18  Atsushi Enomoto  <atsushi@ximian.com>
494
495         * MessageHeaderTest.cs : added CreateEndpointAddressTypeHeader(). It
496           used to fail since DataContractSerializer..ctor() rejected
497           EndpointAddress.
498
499 2006-07-14  Atsushi Enomoto  <atsushi@ximian.com>
500
501         * MessageBufferTest.cs : Added CreateBufferedCopyConsumesMessage().
502           Some are NotWorking right now.
503
504 2006-07-14  Atsushi Enomoto  <atsushi@ximian.com>
505
506         * MessageBufferTest.cs : Don't use Assert.Equals().
507           Make TestSimpleMessageBuffer() assert that every return value of
508           CreateBufferedCopy() works for WriteMessage().
509
510 2006-07-13  Atsushi Enomoto  <atsushi@ximian.com>
511
512         * MessageBufferTest.cs : build fix.
513
514 2006-07-12  Duncan Mak  <duncan@novell.com>
515
516         * MessageBufferTest.cs
517         (TestEmptyMessageBuffer, TestSimpleMessageBuffer):
518         (TestCreateMessageFromClosedBuffer): New tests.
519         
520 2006-07-12  Atsushi Enomoto  <atsushi@ximian.com>
521
522         * HttpTransportBindingElementTest.cs : added connection example, but
523           it's somehow not working.
524
525 2006-07-12  Atsushi Enomoto  <atsushi@ximian.com>
526
527         * FaultExceptionTest.cs : ignore failing TestGetObjectData().
528
529 2006-07-10  Atsushi Enomoto  <atsushi@ximian.com>
530
531         * SymmetricSecurityBindingElementTest.cs : new test.
532
533 2006-07-10  Atsushi Enomoto  <atsushi@ximian.com>
534
535         * TransactionFlowBindingElementTest.cs : new test.
536
537 2006-07-06  Atsushi Enomoto  <atsushi@ximian.com>
538
539         * MessageBufferTest.cs, MessageHeadersTest.cs, MessageTest.cs,
540           MessageEncodingBindingElementTest.cs,
541           TextMessageEncodingBindingElementTest.cs :
542           June CTP fixes. MessageFault.DefaultAction vanished.
543           Exception type changes. Duplicate message encoding binding element
544           now causes (different) exception.
545
546 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
547
548         * MessageTest.cs :
549           Replaced vanished CreateMessage() with remaining one.
550
551 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
552
553         * HttpTransportBindingElementTest.cs, CustomBindingTest.cs :
554           Fixed tests based on run-test-ondotnet results.
555
556 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
557
558         * CommunicationObjectTest.cs, ChannelFactoryTest.cs :
559           June CTP requires a bunch of extra stuff.
560
561 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
562
563         * BindingContextTest.cs :
564           Now listenUri parameters could be null.
565           Split TestCtorListenUriRelativeAddressNull() into two tests, one is
566           for rejecting duplicate message encoding binding element (in June
567           CTP it is rejected now).
568
569 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
570
571         * BindingContextTest.cs, MessageEncoderTest.cs,
572           MessageEncodingBindingElementTest.cs,
573           TextMessageEncodingBindingElementTest.cs :
574           reflect June CTP updates.
575
576 2006-06-20  Atsushi Enomoto  <atsushi@ximian.com>
577
578         * MessageTest.cs : added test that assures null action is allowed.
579
580 2006-06-20  Atsushi Enomoto  <atsushi@ximian.com>
581
582         * ChannelFactoryTest.cs : Test that only interface can be the Type
583           argument in ChannelFactory<T>#.ctor(Type).
584
585 2006-06-09  Atsushi Enomoto  <atsushi@ximian.com>
586
587         * MessageTest.cs : Added CreateSimpleNonPrimitive().
588
589 2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>
590
591         * FaultExceptionTest.cs : fix tests for beta2. Ignore English-only
592           test.
593
594 2006-04-06  Atsushi Enomoto  <atsushi@ximian.com>
595
596         * MessageEncoderTest.cs : test for text binding with Soap11.
597         * MessageTest.cs : more create/write tests. The serialization part
598           could be shared.
599
600 2006-04-06  Atsushi Enomoto  <atsushi@ximian.com>
601
602         * MessageHeadersTest.cs : one more removal of NotWorking.
603         * MessageTest.cs : added fault message creation and write test.
604
605 2006-03-16  Atsushi Enomoto  <atsushi@ximian.com>
606
607         * MessageHeadersTest.cs : removed some NotWorkings.
608         * MessageHeaderTest.cs : uncommented, making several fixes.
609
610 2006-03-15  Atsushi Enomoto  <atsushi@ximian.com>
611
612         * TextMessageEncodingBindingElementTest.cs :
613           added trivial CanBuildChannelFactory test.
614
615 2006-03-14  Atsushi Enomoto  <atsushi@ximian.com>
616
617         * MessageTest.cs : test Action header in CreateFromXmlReader().
618
619 2006-03-13  Atsushi Enomoto  <atsushi@ximian.com>
620
621         * MessageTest.cs : added another CreateMessage(XmlReader,...) test.
622
623 2006-03-10  Atsushi Enomoto  <atsushi@ximian.com>
624
625         * MessageTest.cs : added test for Message.CreateMessage(version,
626           xmlreader,int) and GetReaderAtBodyContents() etc.
627
628 2006-03-08  Atsushi Enomoto  <atsushi@ximian.com>
629
630         * MessageTest.cs : now the test is working, except for
631           UnderstoodHeaders.
632         * MessageHeadersTest.cs : added GetReaderAtHeader() tests and so on.
633
634 2006-03-08  Atsushi Enomoto  <atsushi@ximian.com>
635
636         * MessageTest.cs MessageEncoderTest.cs : new tests.
637         * MessageHeadersTest.cs : some tests are working now. Added some more
638           tests.
639
640 2006-03-03  Atsushi Enomoto  <atsushi@ximian.com>
641
642         * FaultExceptionTest.cs :
643           Don't test English-specific exception message.
644           Removed AreEqual() .Don't hide actual cause of assertion failure.
645
646 2006-03-03  Atsushi Enomoto  <atsushi@ximian.com>
647
648         * MessageEncodingBindingElement.cs : with Feb. CTP we can define our
649           own MessageEncodingBindingElement, so added more tests for such
650           custom binding element.
651
652 2006-03-02  Atsushi Enomoto  <atsushi@ximian.com>
653
654         * AddressHeaderTest.cs : marked EqualsTest() which got to not work
655           in Feb. CTP.
656         * ChannelFactoryTest.cs : null type argument ctor() does not
657           exist anymore.
658
659 2006-03-02  Atsushi Enomoto  <atsushi@ximian.com>
660
661         * MessageHeadersTest.cs
662           AddressingVersionTest.cs
663           FaultExceptionTest.cs : updated tests to work fine with Feb. CTP.
664
665 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
666
667         * CommunicationObjectTest.cs : some State tests.
668
669 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
670
671         * CommunicationObjectTest.cs : some simple Open/Close tests.
672
673 2005-10-23  Atsushi Enomoto  <atsushi@ximian.com>
674
675         * CommunicationObjectTest.cs : new file (testing run-test).