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