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