2010-07-28 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : add utility .ctor. 2010-06-21 Atsushi Enomoto * EndpointAddressTest.cs : add more ReadFrom() tests. 2010-06-18 Atsushi Enomoto * ServiceHostTest.cs : improved endpoint tests and enabled them. 2010-06-18 Atsushi Enomoto * ServiceHostTest.cs : fix AddServiceEndpoint tests to make sense. They are mostly not working. Enable working one. 2010-06-15 Atsushi Enomoto * CallbackBehaviorAttributeTest.cs : added test for bug #567672 ('IsOneWay=false' case). 2010-06-04 Atsushi Enomoto * CallbackBehaviorAttributeTest.cs : test recent changes on operation descriptions, message directions, client operations and so on. 2010-05-27 Atsushi Enomoto * CallbackBehaviorAttributeTest.cs : fix assertion label. 2010-04-01 Atsushi Enomoto * FaultContractAttributeTest.cs : new test. 2010-04-01 Atsushi Enomoto * ServiceHostBaseTest.cs : enable RunDestinationUnreachableTest() and add another case for different addressing version. 2010-03-29 Atsushi Enomoto * EndpointIdentityTest.cs, EndpointAddress10Test.cs : enable working tests. 2010-03-25 Atsushi Enomoto * ServiceHostBaseTest.cs : add not-working ActionNotFound test by Matt Dargavel. 2010-03-18 Atsushi Enomoto * Constants.cs : copied from the lib itself. 2010-02-05 Atsushi Enomoto * ServiceHostBaseTest.cs : on unixy filesystems "/foobar" is parsed as an absolute URI. 2010-02-05 Atsushi Enomoto * NetTcpBindingTest.cs : port 808 is not generally available for non-privileged users. 2010-01-25 Atsushi Enomoto * ChannelFactory_1Test.cs : added a couple of error check tests for constructors and CreateChannel() overloads. 2010-01-22 Atsushi Enomoto * ServiceHostTest.cs : add a few more comments. 2010-01-22 Atsushi Enomoto * CallbackBehaviorAttributeTest.cs : enable the test again. 2010-01-22 Atsushi Enomoto * NetTcpBindingTest.cs : enabled connection tests again, as they got working again (and more importantly, they don't block). * CallbackBehaviorAttributeTest.cs : on the other hand, disabled a test so far. It is the only active test && the blocker now. 2010-01-20 Atsushi Enomoto * NetTcpBindingTest.cs : disable connection tests, with analyzed reason why it's blocking, for each. 2010-01-13 Atsushi Enomoto * EndpointAddressBuilderTest.cs : add usage example test. 2010-01-08 Atsushi Enomoto * CallbackBehaviorAttributeTest.cs : added callback example from bug #567672. 2010-01-07 Atsushi Enomoto * ServiceHostBaseTest.cs : another mannerless test here. 2010-01-06 Atsushi Enomoto * NetTcpBindingTest.cs : enable some tests and added streamed mode test. Commented on these changes. 2010-01-06 Atsushi Enomoto * ChannelFactory_1Test.cs : ignore another couple of blocking tests. 2009-12-14 Atsushi Enomoto * WSHttpBindingTest.cs : leave non-working test to get fixed later. 2009-12-03 Atsushi Enomoto * BasicHttpBindingTest.cs : added transport security related tests. 2009-12-02 Atsushi Enomoto * NetTcpBindingTest.cs : I have to disable a lot of connective tests that somehow blocks test runs. No idea why it started to happen though. 2009-10-15 Atsushi Enomoto * ServiceHostBaseTest.cs : add test for checking non-mex contract existence. 2009-10-07 Sebastien Pouliot * OperationContextTest.cs: Add test case for OperationContext.Current 2009-09-04 Atsushi Enomoto * ServiceHostBaseTest.cs : a few more base address test. Remove NotWorking marks. 2009-09-04 Atsushi Enomoto * ServiceHostBaseTest.cs : added test for AddBaseAddress(). 2009-08-20 Atsushi Enomoto * OperationContextTest.cs : new. 2009-07-14 Atsushi Enomoto * CallbackBehaviorAttributeTest.cs : new test. 2009-07-08 Atsushi Enomoto * NetTcpBindingTest.cs : added simple connection test. It somehow stops for a while (without failing) though... 2009-07-08 Atsushi Enomoto * NetPeerTcpBindingTest.cs : a bit of interface implementation test. 2009-07-07 Atsushi Enomoto * EndpointAddress10Test.cs : added a few more serialization tests. 2009-07-07 Atsushi Enomoto * PeerNodeAddressTest.cs : new test. 2009-04-21 Atsushi Enomoto * NetPeerTcpBindingTest.cs : fix build. 2009-04-20 Atsushi Enomoto * NetPeerTcpBindingTest.cs : new test. 2009-04-08 Atsushi Enomoto * NetTcpBindingTest.cs : fix wrong value expectation. 2009-04-07 Atsushi Enomoto * NetTcpBindingTest.cs : new test. 2009-02-24 Atsushi Enomoto * ChannelFactory_1Test.cs, ChannelFactoryTest.cs, ClientBaseTest.cs: Ignore all failing-under-dotnet tests 2009-01-14 Atsushi Enomoto * ClientBase_InteractiveChannelInitializerTest.cs : new test, for IInteractiveChannelInitializers support in ClientBase. 2008-05-22 Roei Erez * fix ContractDescription.GetContract implementation * Refactor Request processing * Add support for message inspectors * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events like: ReleaseServiceInstance, Open, Close... * Add relevant test cases. 2008-05-07 Eyal Alaluf * ChannelFactory_1Test.cs: Test Enum in/out parameters with code generation. 2008-05-01 Eyal Alaluf * ChannelFactory_1Test.cs: Add test with out params and void return. 2008-04-14 Igor Zelmanovich * ExtensionCollectionTest.cs: new test. 2008-04-10 Eyal Alaluf * ChannelFactory_1Test.cs: Added test to check serialization of parameters and deserialization of return values and out parameters. The tests are currently checking only the client side and not the server side. 2008-04-08 Roei Erez * Add tests for ServiceHostBaseTest.cs 2008-04-06 Roei Erez * ServiceHostBaseTests: Added new tests 2008-04-03 Igor Zelmanovich * ServiceHostBaseTest.cs.cs: new test for InitializeRuntime. 2008-04-03 Roei Erez * ServiceHostBaseTest.cs: new test for negative flow in ApplyConfiguration. 2008-04-02 Vladimir Krasnov * BasicHttpBindingTest.cs: added tests 2008-04-02 Igor Zelmanovich * ServiceHostBaseTest.cs.cs: new test, remove NotWorking attribute. 2008-04-01 Igor Zelmanovich * ServiceHostBaseTest.cs: new test. 2008-03-30 Atsushi Enomoto * WSHttpBindingTest.cs : mark MessageSecurityIssuedToken as NotWorking. * EndpointAddress10Test.cs : mark SerializeDeserialize as NotWorking. 2008-03-04 Eyal Alaluf * ChannelFactory_1Test.cs: Add tests for different ctors. * CommonUseCases.cs: Move common intefaces that are also configured by the test dll config file. * ChannelFactoryTest.cs: Add tests for the protected methods InitializeEndpoint and ApplyConfiguration. * ClientBaseTest.cs: Add test cases with default ("*") configuration. Moved interfaces to CommonUseCases.cs. 2008-02-28 Eyal Alaluf * ServiceHostTest.cs: Marjed test as not working since it caused a crash(!) * ClientBaseTest.cs: Add tests for ClientBase constructors. 2008-02-15 Atsushi Enomoto * EndpointAddressTest.cs : test for rejecting relative Uri. 2007-08-19 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs ChannelFactory_1Test.cs EndpointAddressTest.cs EndpointAddress10Test.cs ServiceHostTest.cs : warning cleanup. 2007-08-19 Atsushi Enomoto * ServiceHostTest.cs : added test for InstanceContextMode in ServiceBehaviorAttribute. 2007-07-06 Atsushi Enomoto * NetMsmqBindingTest.cs : new test. 2007-04-20 Atsushi Enomoto * EndpointAddressTest.cs : fixed some warnings. * EndpointAddress10Test.cs : new test. 2007-04-05 Atsushi Enomoto * EndpointAddressTest.cs : added WriteContentsTo and WriteTo tests with WSAddressing10 mode. * WSHttpBindingTest.cs : added test for IssuedToken security. * EndpointIdentityTest.cs : new test (not working yet). 2007-04-03 Atsushi Enomoto * IntegratedConnectionTest.cs, ClientBaseTest.cs : marked some failing tests (on Orcas) as ignored. Some fixes to make sure that open connection things be closed. 2007-04-02 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : added mutual ssonego provider creation without client certificate. 2007-03-30 Atsushi Enomoto * WSHttpBindingTest.cs : added MessageSecurity test for SPNego case. 2007-03-07 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : added another secure conversation parameter .ctor(). 2007-03-05 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : for ssl parameters, just use exposed requirement initialization. Rewrote and enabled IsIssuedSecurityTokenRequirement() tests. 2007-02-27 Atsushi Enomoto * WSHttpBindingTest.cs : added MessageSecurityUserName(), and some tests for RequireSignatureConfirmation. 2007-01-31 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : refactoring; replaced X509Cert2 ctor() with an already-initialized member. Added CreateAuthenticatorX509(). 2007-01-11 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : added custom token classes and non-finished test. Added Clone() test. 2006-12-04 Atsushi Enomoto * ServiceHostTest.cs : added test for ServiceMetadataBehavior existence check for non-IMetadataExchange type. 2006-10-05 Atsushi Enomoto * WSHttpBindingTest.cs : more property check for x509 parameters. 2006-09-27 Atsushi Enomoto * ClientBaseTest.cs, ChannelFactory_1Test.cs : use port 37564 instead of 8080. * WSHttpBindingTest.cs : added MessageSecurityCertificate() test. * ClientCredentialsSecurityTokenManagerTest.cs : Some authenticator tests. 2006-09-26 Atsushi Enomoto * WSHttpBindingTest.cs : a bit more details on default message security test. 2006-09-17 Atsushi Enomoto * MessageSecurityVersionTest.cs : test for SecurityTokenVersion. 2006-09-17 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : added and fixed some AnonymousSslnego related tests. 2006-09-17 Atsushi Enomoto * IntegratedConnectionTest.cs : enabled with a bit of fixes. * ClientBaseTest.cs : added tests from $(topdir)/samples/clientbase. 2006-09-15 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : removed some NotWorking. 2006-09-12 Atsushi Enomoto * UriSchemeKeyedCollectionTest.cs : fix warnings. 2006-09-05 Atsushi Enomoto * ChannelFactoryTest.cs : ... and namespace fix. 2006-09-05 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : added more tests on how it should acquire X509 certificates. * ChannelFactory_1Test.cs : removed NotWorking. * ChannelFactoryTest.cs : moved from Test/S.SM.Channels. 2006-09-05 Atsushi Enomoto * ChannelFactory_1Test.cs : added test for the actual invocation of TChannel (contract) members. 2006-09-05 Atsushi Enomoto * ChannelFactory_1Test.cs : added test for EnsureOpened(). 2006-09-05 Atsushi Enomoto * WSFederationHttpBindingTest.cs : new file, mostly copied from WSHttpBindingTest.cs and largely commented out. 2006-09-01 Atsushi Enomoto * TransactionProtocolTest.cs : cleaning up NotWorking. 2006-08-31 Atsushi Enomoto * ChannelFactory_1Test.cs : new test. * ClientBaseTest.cs : added some tests to solve some confusion. 2006-08-31 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : added some notworking tests for RecipientServiceModelSecurityTokenParameters. 2006-08-30 Atsushi Enomoto * ServiceHostTest.cs : added another AddServiceEndpoint() case. * ClientCredentialsSecurityTokenManagerTest.cs : added a concept case that remote endpoint identity is nothing to do with required client certificate. 2006-08-25 Atsushi Enomoto * WSHttpBindingTest.cs : added test for security parameters in non-NegotiateServiceCredential mode. 2006-08-24 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : added minor SecureConversation requirement test, and cosmetic fixes. 2006-08-23 Atsushi Enomoto * WSHtttpBindingTest.cs : some more tests for message security creation. * ClientCredentialsSecurityTokenManagerTest.cs : removed some NotWorking. Added more secure conversation tests. 2006-08-23 Atsushi Enomoto * BehaviorCollectionTest.cs : removed obsolete test. 2006-08-22 Atsushi Enomoto * ClientCredentialsSecurityTokenManagerTest.cs : new test. 2006-08-22 Atsushi Enomoto * WSHtttpBindingTest.cs : added DefaultMessageSecurity() test. 2006-08-21 Atsushi Enomoto * MessageSecurityVersionTest.cs : new test. 2006-08-14 Atsushi Enomoto * WSHttpBindingTest.cs : fixed CreateMessageSecurity(). for Transport it returns null, so test it as such. 2006-08-01 Ankit Jain * EndpointAddressTest.cs: New tests for ReadFrom overloads. 2006-07-21 Atsushi Enomoto * WSHttpBindingTest.cs : Added notworking BuildListenerWithoutServiceCertificate(). 2006-07-20 Atsushi Enomoto * BasicHttpBindingTest.cs : added Security related construction tests. 2006-07-20 Atsushi Enomoto * EndpointAddressBuilderTest.cs : new file. * EndpointAddressTest.cs : added another wrong xml reader test. 2006-07-19 Atsushi Enomoto * EndpointAddressTest.cs : added test for WriteTo(). 2006-07-18 Atsushi Enomoto * EndpointAddressTest.cs : added test for ReadFrom(). 2006-07-18 Atsushi Enomoto * IntegratedConnectionTest.cs : comment out those tests until HTTP connections on NUnit tests got stable. * WSHttpBindingTest.cs : added tests on Security properties. Also added test for different SecurityMode .ctor() parameters. 2006-07-13 Atsushi Enomoto * IntegratedConnectionTest.cs : use different port than 8080 which is likely to be used. 2006-07-13 Atsushi Enomoto * IntegratedConnectionTest.cs : added test for metadata exchange. 2006-07-12 Atsushi Enomoto * IntegratedConnectionTest.cs : new test file for connection examples. 2006-07-12 Atsushi Enomoto * ServiceHostTest.cs : added tests for IMetadataExchange handling which seem to be a special case. 2006-07-10 Atsushi Enomoto * WSHttpBindingTest.cs, TransactionProtocolTest.cs : new tests. 2006-07-06 Atsushi Enomoto * BasicHttpBindingTest.cs : June CTP fixes. 2006-07-05 Atsushi Enomoto * BindingElementTest.cs, BindingTest.cs, InvalidBindingElement.cs, HttpTransportBindingElementTest.cs, EndpointDispatcherTest.cs, CustomBindingTest.cs : namespace fixes. Soon to be moved. * EndpointListenerTest.cs, EndpointListenerCollectionTest.cs : removed unused files. 2006-07-05 Atsushi Enomoto * BindingElementTest.cs : dependent changes by ChannelManagerBase. 2006-07-05 Atsushi Enomoto * BindingElementTest.cs : June CTP update madness. 2006-07-05 Atsushi Enomoto * ServiceAssert.cs, InvalidBindingElement.cs, HttpTransportBindingElementTest.cs : reflect June CTP updates. 2006-06-27 Atsushi Enomoto * ClientBaseTest.cs : comment out the entire test until I resolve why it breaks NUnit execution under MS.NET. 2006-06-22 Atsushi Enomoto * ClientBaseTest.cs : new test file. 2006-05-29 Atsushi Enomoto * BasicHttpBindingTest.cs, HttpTransportBindingElementTest.cs : test build fix. 2006-04-06 Atsushi Enomoto * BasicHttpBindingTest.cs : added test for MessageEncoding property. 2006-03-17 Atsushi Enomoto * ChannelDescriptionTest.cs DispatcherTest.cs : removed old tests. 2006-03-16 Atsushi Enomoto * ServiceHostTest.cs : removed NotWorking. Added description on why InvalidOperationExceptions are thrown. Commented out extra lines. My thought is those tests should be rewritten to use correct service contract implementation type and be used for multiple ServiceEndpoint addition, not just for checking contract implementation existence. 2006-03-13 Atsushi Enomoto * EndpointDispatcherTest.cs : new test. 2006-03-08 Atsushi Enomoto * ServiceAssert.cs : added AssertMessageEncoder(). 2006-03-06 Atsushi Enomoto * BindingElementTest.cs : added more preparation code (still no test). * HttpTransportBindingElementTest.cs : added tests for CanBuildChannelFactory() and CanBuildChannelListener(). 2006-03-06 Atsushi Enomoto * ServiceHostTest.cs : Renamed IFoo to IBar since IFoo sounds like it is an interface of Foo (while it isn't). Added more AddServiceEndpoint() tests. 2006-03-06 Atsushi Enomoto * ServiceHostTest.cs : Added more tests for .ctor(). * CustomBindingTest.cs : removed [NotWorking]. 2006-03-03 Atsushi Enomoto * BindingTest.cs : Kinda fixed BuildChannelFactoryGeneric2(). That ExpectedException was thrown just because HttpTransportBindingElement does not support IInputChannel. It is not good to test default implementation of BuildChannelFactory(). 2006-03-02 Atsushi Enomoto * TextMessageEncodingBindingElementTest.cs : Feb. CTP requires ListenUri arguments to make this test pass. BindingElementTest.cs : removed tests that do not make sense now. 2006-03-02 Atsushi Enomoto * BindingTest.cs : fixed tests. The original test does not make sense now, so made it into another kind of test (check ArgumentException). 2006-03-02 Atsushi Enomoto * EndpointAddressTest.cs : reflect API fix. Anonymous URI has changed to reasonable URI which does not pretend standards. 2006-03-02 Atsushi Enomoto (back to normal "record-ChangeLogs" mode after the big API change mess) * HttpTransportBindingElementTest.cs : fixed minor API differences. 2006-02-23 Atsushi Enomoto * ActionFilterTest.cs AddressHeaderTest.cs AddressingVersionTest.cs BehaviorCollectionTest.cs BindingElementTest.cs BindingTest.cs ChannelDescriptionTest.cs ChannelFactoryTest.cs ContractDescriptionTest.cs DispatcherTest.cs EmptyFaultExceptionTest.cs EndpointBehaviorCollectionTest.cs EndpointListenerCollectionTest.cs EndpointListenerTest.cs EnvelopeVersionTest.cs FaultExceptionTest.cs FilterTableTest.cs HttpTransportBindingElementTest.cs InvalidBindingElement.cs InvalidBodyAccessExceptionTest.cs MessageBufferTest.cs MessageEncodingBindingElementTest.cs MessageHeaderTest.cs MessageHeadersTest.cs MessageVersionTest.cs ServiceAssert.cs ServiceAuthorizationBehaviorTest.cs ServiceEndpointTest.cs TextMessageEncodingBindingElementTest.cs UnknownFaultExceptionTest.cs : Feb. CTP API changes - chapter 1. 2006-02-15 Atsushi Enomoto * UriSchemeKeyedCollectionTest.cs EndpointAddressTest.cs DispatcherTest.cs FaultExceptionTest.cs EndpointListenerCollectionTest.cs TextMessageEncodingBindingElementTest.cs EndpointListenerTest.cs HttpTransportBindingElementTest.cs : Removed several [NotWorking]/[Ignore] from tests, including required changes to make tests work fine w/ indigo. 2006-02-15 Atsushi Enomoto * ServiceEndpointTest.cs : uncommented some tests. * ActionFilterTest.cs : added CreateFilterTable() test. 2006-02-14 Atsushi Enomoto * MessageHeadersTest.cs : enabled some tests. * ActionFilterTest.cs : new test file. 2006-02-14 Atsushi Enomoto * ServiceHostTest.cs : Ignore AddServiceEndpoint(). Maybe IFoo needs to be the interface of Foo, but let's wait for discussion. 2006-02-14 Ankit Jain * ServiceHostTest.cs: Enable tests which are dependent on relative Uris. 2006-02-11 Ankit Jain * ServiceHostTest.cs : Add tests for AddServiceEndpoint (). * UriSchemeKeyedCollectionTest.cs : Add test for Address with query. 2006-02-11 Ankit Jain * ServiceHostTest.cs : Fix "typo" in last commit. * UriSchemeKeyedCollectionTest.cs : Likewise. 2006-02-11 Ankit Jain * ServiceHostTest.cs : New. * UriSchemeKeyedCollectionTest.cs : New. 2006-02-08 Atsushi Enomoto * SynchronizedReadOnlyCollectionTest.cs : added more test for .ctor(object, IEnumerable). 2006-02-08 Atsushi Enomoto * FaultReasonTextTest.cs : new file. 2006-02-08 Atsushi Enomoto * UniqueIdTest.cs : It should be in System.Runtime.Serialization.dll test. 2006-02-01 Atsushi Enomoto * BindingTest.cs BindingElementTest.cs : new tests, mostly for type derivation. * ChannelDescriptionTest.cs : actually all three .ctor() tests are expected to fail, so split them into 3 tests. * ChannelFactoryTest.cs : There is no public way to create ChannelDescription which results in null ChannelType, so commented ChannelType assertion out. 2006-02-01 Atsushi Enomoto * ChannelDescriptionTest.cs ChannelFactoryTest.cs : new tests. * ServiceEndpointTest.cs : enabled CtorNullEndpoint() again. 2006-01-26 Atsushi Enomoto * InvalidBindingElement.cs : new file. Represents an invalid binding. * HttpTransportBindingElementTest.cs : Added more tests for BuildChannelFactory(). 2006-01-26 Atsushi Enomoto * HttpTransportBindingElementTest.cs : Added BuildChannelFactory() test, NotWorking. 2006-01-17 Atsushi Enomoto * AddressHeaderTest.cs : WriteAddressHeaderTest() works now. Added string comparison test there. 2006-01-17 Atsushi Enomoto * EndpointAddressTest.cs : Added Headers(). The code was broken in basic level. 2006-01-17 Atsushi Enomoto * EndpointAddressTest.cs : ConstructorTest() is working now. 2006-01-17 Atsushi Enomoto * UniqueIdTest.cs EndpointAddressTest.cs DispatcherTest.cs FaultExceptionTest.cs MessageHeaderTest.cs TextMessageEncodingBindingElementTest.cs MessageBufferTest.cs MessageHeadersTest.cs EndpointListenerTest.cs AddressHeaderTest.cs CustomBindingTest.cs : several updates to match Dec.CTP. Marked all notworking tests as [Category ("NotWorking")]. Marked all test which got broken in Dec.CTP as [Ignore]. 2005-11-22 Duncan Mak * ContractDescriptionTest.cs: Change from 'null' to ProtectionLevel.None. * CustomBindingTest.cs (DefaultCtor, CtorFromAnotherBinding): Fix it up to make it go green. * ExceptionListenerTest.cs: Change from ArgumentNullException to ArgumentException. * ServiceAssert.cs: Change from 'Session' to 'UseSession'. * ServiceEndpointTest.cs (CtorNullBinding, CtorNullEndpoint): Commented out, because they don't apply anymore. * TextMessageEncodingBindingElementTest.cs (BuildChannelListenerNoTransport): Change from InvalidOperationException to ArgumentException. Moved the tests for classes from System.ServiceModel to MonoTests.System.ServiceModel, instead of MonoTests.System.ServiceModel.Channels. We're down to 3 errors now. 2005-11-21 Atsushi Enomoto * EndpointListenerTest.cs : fix for Nov. CTP. 2005-11-21 Atsushi Enomoto * EndpointListenerCollectionTest.cs, TextMessageEncodingBindingElementTest.cs, EndpointListenerTest.cs : build fix for Nov. RTM 2005-11-20 Atsushi Enomoto * DispatcherTest.cs : FilterProvider vanished in Nov. RTM. 2005-11-20 Atsushi Enomoto * CustomBindingTest.cs : new test. 2005-10-31 Atsushi Enomoto * BehaviorCollectionTest.cs : new file. 2005-10-27 Atsushi Enomoto * EndpointAddressTest.cs : only comments lines. 2005-10-27 Atsushi Enomoto * EndpointBehaviorCollectionTest.cs, EndpointListenerTest.cs : new files. * ServiceEndpointTest.cs : replaced CustomBinding with BasicHttpBinding used in tests. * EndpointAddressTest.cs : added more tests. 2005-10-27 Atsushi Enomoto * DispatcherTest.cs, ServiceEndpointTest.cs : new tests 2005-10-26 Atsushi Enomoto * AddressingVersionTest.cs, MessageVersionTest.cs, TextMessageEncodingBindingElementTest.cs : new tests. * EnvelopeVersionTest.cs : Added equality tests. tab fix. * EndpointListenerCollectionTest.cs : not working for now. 2005-10-26 Atsushi Enomoto * ServiceEndpointCollectionTest.cs : it was accidentally added, and should be empty for now. * ContractDescriptionTest.cs : added non-contract and duplicate-contract tests. 2005-10-26 Atsushi Enomoto * ContractDescriptionTest.cs : moved from *.Design/TypeLoaderTest.cs. 2005-10-26 Atsushi Enomoto * BasicHttpBindingTest.cs, ServiceEndpointCollectionTest.cs, HttpTransportBindingElementTest.cs : new tests. 2005-10-26 Atsushi Enomoto * BasicHttpBindingTest.cs, ServiceEndpointCollectionTest.cs, HttpTransportBindingElementTest.cs : new files. 2005-10-26 Atsushi Enomoto * EndpointListenerCollectionTest.cs : new test. 2005-10-24 Atsushi Enomoto * ServiceAssert.cs : new utility class that should be useful for comparing BlahDescription. 2005-10-24 Atsushi Enomoto * ServiceAuthorizationBehaviorTest.cs : new file. 2005-10-23 Atsushi Enomoto * MessageBufferTest.cs : disabling AreNotEqual() (it is not supported in current mono nunit20). 2005-10-23 Duncan Mak * MessageHeadersTest.cs: New test. * UniqueIdTest.cs: Another new one. 2005-10-22 Duncan Mak * InvalidBodyAccessExceptionTest.cs (TestConstructor): One quick one to find out what the default message is. * EmptyFaultExceptionTest.cs (TestDefaults): Add test on Reason. 2005-10-22 Duncan Mak * EmptyFaultExceptionTest.cs: * FaultExceptionTest.cs (TestCreateMessageFault): Tests the CreateMessageFault method. 2005-10-22 Duncan Mak * FaultCodeTest.cs (TestNamespace): New test method. * EmptyFaultExceptionTest.cs: * FaultExceptionTest.cs: * UnknownFaultExceptionTest.cs: New tests for the FaultException family of Exceptions. 2005-10-22 Duncan Mak * FaultCodeTest.cs: New test. 2005-09-29 Duncan Mak * EndpointAddressTest.cs: Fixed spacing. (GetSchemaTest, GetSchemaTestWithEmptySet): New tests for the GetSchema methods. * MessageHeaderTest.cs (TestGenericConstructor): Test for the constructor of MessageHeader. 2005-09-29 Duncan Mak * MessageBufferTest.cs: Use tabs instead of spaces. (TestWriteMessage): Work in progress. (TestCreateMessage): Test round-tripping from Message to MessageBuffer and back. (TestWriteMessageNull): Test null argument. (WriteMessageWithDictionaryWriter): non-test method for figuring out how Dictionary XmlDictionaryWriter writes out a Message. 2005-09-28 Duncan Mak * SynchronizedReadOnlyCollectionTest.cs (TestIListContainsNull): New test for null. (TestICollectionCopyTo): Fixed the test. 2005-09-28 Duncan Mak * MessageHeaderTest.cs (TestWriteHeaderAttributes): New test. * SynchronizedReadOnlyCollectionTest.cs: Tests for SynchronizedReadOnlyCollection. 2005-09-28 Duncan Mak * AddressHeaderTest.cs: * EndpointAddressTest.cs: * EnvelopeVersionTest.cs: * FilterTableTest.cs: * MessageHeaderTest.cs: Fixed indentation. * MessageHeaderTest.cs (TestToString): (TestWriteStartHeader, TestWriteHeaderContent): Added new tests.