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