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