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