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