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