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