| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778 |
- 2009-04-21 Atsushi Enomoto <[email protected]>
- * NetPeerTcpBindingTest.cs : fix build.
- 2009-04-20 Atsushi Enomoto <[email protected]>
- * NetPeerTcpBindingTest.cs : new test.
- 2009-04-08 Atsushi Enomoto <[email protected]>
- * NetTcpBindingTest.cs : fix wrong value expectation.
- 2009-04-07 Atsushi Enomoto <[email protected]>
- * NetTcpBindingTest.cs : new test.
- 2009-02-24 Atsushi Enomoto <[email protected]>
- * ChannelFactory_1Test.cs, ChannelFactoryTest.cs, ClientBaseTest.cs:
- Ignore all failing-under-dotnet tests
- 2009-01-14 Atsushi Enomoto <[email protected]>
- * ClientBase_InteractiveChannelInitializerTest.cs : new test, for
- IInteractiveChannelInitializers support in ClientBase<T>.
- 2008-05-22 Roei Erez <[email protected]>
- * 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 <[email protected]>
- * ChannelFactory_1Test.cs: Test Enum in/out parameters with code generation.
- 2008-05-01 Eyal Alaluf <[email protected]>
- * ChannelFactory_1Test.cs: Add test with out params and void return.
- 2008-04-14 Igor Zelmanovich <[email protected]>
- * ExtensionCollectionTest.cs: new test.
- 2008-04-10 Eyal Alaluf <[email protected]>
- * 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 <[email protected]>
- * Add tests for ServiceHostBaseTest.cs
- 2008-04-06 Roei Erez <[email protected]>
- * ServiceHostBaseTests: Added new tests
- 2008-04-03 Igor Zelmanovich <[email protected]>
- * ServiceHostBaseTest.cs.cs: new test for InitializeRuntime.
- 2008-04-03 Roei Erez <[email protected]>
- * ServiceHostBaseTest.cs: new test for negative flow in ApplyConfiguration.
- 2008-04-02 Vladimir Krasnov <[email protected]>
- * BasicHttpBindingTest.cs: added tests
- 2008-04-02 Igor Zelmanovich <[email protected]>
- * ServiceHostBaseTest.cs.cs: new test, remove NotWorking attribute.
- 2008-04-01 Igor Zelmanovich <[email protected]>
- * ServiceHostBaseTest.cs: new test.
- 2008-03-30 Atsushi Enomoto <[email protected]>
- * WSHttpBindingTest.cs : mark MessageSecurityIssuedToken as NotWorking.
- * EndpointAddress10Test.cs : mark SerializeDeserialize as NotWorking.
- 2008-03-04 Eyal Alaluf <[email protected]>
- * 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 <[email protected]>
- * ServiceHostTest.cs: Marjed test as not working since it caused a crash(!)
- * ClientBaseTest.cs: Add tests for ClientBase<T> constructors.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * EndpointAddressTest.cs : test for rejecting relative Uri.
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs
- ChannelFactory_1Test.cs EndpointAddressTest.cs
- EndpointAddress10Test.cs ServiceHostTest.cs : warning cleanup.
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * ServiceHostTest.cs : added test for InstanceContextMode in
- ServiceBehaviorAttribute.
- 2007-07-06 Atsushi Enomoto <[email protected]>
- * NetMsmqBindingTest.cs : new test.
- 2007-04-20 Atsushi Enomoto <[email protected]>
- * EndpointAddressTest.cs : fixed some warnings.
- * EndpointAddress10Test.cs : new test.
- 2007-04-05 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs :
- added mutual ssonego provider creation without client certificate.
- 2007-03-30 Atsushi Enomoto <[email protected]>
- * WSHttpBindingTest.cs : added MessageSecurity test for SPNego case.
- 2007-03-07 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs :
- added another secure conversation parameter .ctor().
- 2007-03-05 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs :
- for ssl parameters, just use exposed requirement initialization.
- Rewrote and enabled IsIssuedSecurityTokenRequirement() tests.
- 2007-02-27 Atsushi Enomoto <[email protected]>
- * WSHttpBindingTest.cs : added MessageSecurityUserName(), and some
- tests for RequireSignatureConfirmation.
- 2007-01-31 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs : refactoring;
- replaced X509Cert2 ctor() with an already-initialized member.
- Added CreateAuthenticatorX509().
- 2007-01-11 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs : added custom token
- classes and non-finished test. Added Clone() test.
- 2006-12-04 Atsushi Enomoto <[email protected]>
- * ServiceHostTest.cs : added test for ServiceMetadataBehavior
- existence check for non-IMetadataExchange type.
- 2006-10-05 Atsushi Enomoto <[email protected]>
- * WSHttpBindingTest.cs : more property check for x509 parameters.
- 2006-09-27 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * WSHttpBindingTest.cs :
- a bit more details on default message security test.
- 2006-09-17 Atsushi Enomoto <[email protected]>
- * MessageSecurityVersionTest.cs : test for SecurityTokenVersion.
- 2006-09-17 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs :
- added and fixed some AnonymousSslnego related tests.
- 2006-09-17 Atsushi Enomoto <[email protected]>
- * IntegratedConnectionTest.cs : enabled with a bit of fixes.
- * ClientBaseTest.cs : added tests from $(topdir)/samples/clientbase.
- 2006-09-15 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs :
- removed some NotWorking.
- 2006-09-12 Atsushi Enomoto <[email protected]>
- * UriSchemeKeyedCollectionTest.cs : fix warnings.
- 2006-09-05 Atsushi Enomoto <[email protected]>
- * ChannelFactoryTest.cs : ... and namespace fix.
- 2006-09-05 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * ChannelFactory_1Test.cs : added test for the actual invocation of
- TChannel (contract) members.
- 2006-09-05 Atsushi Enomoto <[email protected]>
- * ChannelFactory_1Test.cs : added test for EnsureOpened().
- 2006-09-05 Atsushi Enomoto <[email protected]>
- * WSFederationHttpBindingTest.cs : new file, mostly copied from
- WSHttpBindingTest.cs and largely commented out.
- 2006-09-01 Atsushi Enomoto <[email protected]>
- * TransactionProtocolTest.cs : cleaning up NotWorking.
- 2006-08-31 Atsushi Enomoto <[email protected]>
- * ChannelFactory_1Test.cs : new test.
- * ClientBaseTest.cs : added some tests to solve some confusion.
- 2006-08-31 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs : added some
- notworking tests for RecipientServiceModelSecurityTokenParameters.
- 2006-08-30 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * WSHttpBindingTest.cs : added test for security parameters in
- non-NegotiateServiceCredential mode.
- 2006-08-24 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs :
- added minor SecureConversation requirement test, and cosmetic fixes.
- 2006-08-23 Atsushi Enomoto <[email protected]>
- * WSHtttpBindingTest.cs : some more tests for message security
- creation.
- * ClientCredentialsSecurityTokenManagerTest.cs : removed some
- NotWorking. Added more secure conversation tests.
- 2006-08-23 Atsushi Enomoto <[email protected]>
- * BehaviorCollectionTest.cs : removed obsolete test.
- 2006-08-22 Atsushi Enomoto <[email protected]>
- * ClientCredentialsSecurityTokenManagerTest.cs : new test.
- 2006-08-22 Atsushi Enomoto <[email protected]>
- * WSHtttpBindingTest.cs : added DefaultMessageSecurity() test.
- 2006-08-21 Atsushi Enomoto <[email protected]>
- * MessageSecurityVersionTest.cs : new test.
- 2006-08-14 Atsushi Enomoto <[email protected]>
- * WSHttpBindingTest.cs : fixed CreateMessageSecurity(). for Transport
- it returns null, so test it as such.
- 2006-08-01 Ankit Jain <[email protected]>
- * EndpointAddressTest.cs: New tests for ReadFrom overloads.
- 2006-07-21 Atsushi Enomoto <[email protected]>
- * WSHttpBindingTest.cs :
- Added notworking BuildListenerWithoutServiceCertificate().
- 2006-07-20 Atsushi Enomoto <[email protected]>
- * BasicHttpBindingTest.cs : added Security related construction tests.
- 2006-07-20 Atsushi Enomoto <[email protected]>
- * EndpointAddressBuilderTest.cs : new file.
- * EndpointAddressTest.cs : added another wrong xml reader test.
- 2006-07-19 Atsushi Enomoto <[email protected]>
- * EndpointAddressTest.cs : added test for WriteTo().
- 2006-07-18 Atsushi Enomoto <[email protected]>
- * EndpointAddressTest.cs : added test for ReadFrom().
- 2006-07-18 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * IntegratedConnectionTest.cs : use different port than 8080 which
- is likely to be used.
- 2006-07-13 Atsushi Enomoto <[email protected]>
- * IntegratedConnectionTest.cs : added test for metadata exchange.
- 2006-07-12 Atsushi Enomoto <[email protected]>
- * IntegratedConnectionTest.cs : new test file for connection examples.
- 2006-07-12 Atsushi Enomoto <[email protected]>
- * ServiceHostTest.cs : added tests for IMetadataExchange handling
- which seem to be a special case.
- 2006-07-10 Atsushi Enomoto <[email protected]>
- * WSHttpBindingTest.cs, TransactionProtocolTest.cs :
- new tests.
- 2006-07-06 Atsushi Enomoto <[email protected]>
- * BasicHttpBindingTest.cs : June CTP fixes.
- 2006-07-05 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * BindingElementTest.cs : dependent changes by ChannelManagerBase.
- 2006-07-05 Atsushi Enomoto <[email protected]>
- * BindingElementTest.cs : June CTP update madness.
- 2006-07-05 Atsushi Enomoto <[email protected]>
- * ServiceAssert.cs, InvalidBindingElement.cs,
- HttpTransportBindingElementTest.cs : reflect June CTP updates.
- 2006-06-27 Atsushi Enomoto <[email protected]>
- * ClientBaseTest.cs : comment out the entire test until I resolve
- why it breaks NUnit execution under MS.NET.
- 2006-06-22 Atsushi Enomoto <[email protected]>
- * ClientBaseTest.cs : new test file.
- 2006-05-29 Atsushi Enomoto <[email protected]>
- * BasicHttpBindingTest.cs, HttpTransportBindingElementTest.cs :
- test build fix.
- 2006-04-06 Atsushi Enomoto <[email protected]>
- * BasicHttpBindingTest.cs : added test for MessageEncoding property.
- 2006-03-17 Atsushi Enomoto <[email protected]>
- * ChannelDescriptionTest.cs DispatcherTest.cs : removed old tests.
- 2006-03-16 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * EndpointDispatcherTest.cs : new test.
- 2006-03-08 Atsushi Enomoto <[email protected]>
- * ServiceAssert.cs : added AssertMessageEncoder().
- 2006-03-06 Atsushi Enomoto <[email protected]>
- * BindingElementTest.cs : added more preparation code (still no test).
- * HttpTransportBindingElementTest.cs : added tests for
- CanBuildChannelFactory() and CanBuildChannelListener().
- 2006-03-06 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * ServiceHostTest.cs : Added more tests for .ctor().
- * CustomBindingTest.cs : removed [NotWorking].
- 2006-03-03 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * EndpointAddressTest.cs : reflect API fix. Anonymous URI has changed
- to reasonable URI which does not pretend standards.
- 2006-03-02 Atsushi Enomoto <[email protected]>
- (back to normal "record-ChangeLogs" mode after the big API change mess)
- * HttpTransportBindingElementTest.cs : fixed minor API differences.
- 2006-02-23 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * ServiceEndpointTest.cs : uncommented some tests.
- * ActionFilterTest.cs : added CreateFilterTable() test.
- 2006-02-14 Atsushi Enomoto <[email protected]>
- * MessageHeadersTest.cs : enabled some tests.
- * ActionFilterTest.cs : new test file.
- 2006-02-14 Atsushi Enomoto <[email protected]>
- * ServiceHostTest.cs : Ignore AddServiceEndpoint(). Maybe IFoo needs
- to be the interface of Foo, but let's wait for discussion.
- 2006-02-14 Ankit Jain <[email protected]>
- * ServiceHostTest.cs: Enable tests which are dependent on relative
- Uris.
- 2006-02-11 Ankit Jain <[email protected]>
- * ServiceHostTest.cs : Add tests for AddServiceEndpoint ().
- * UriSchemeKeyedCollectionTest.cs : Add test for Address with query.
- 2006-02-11 Ankit Jain <[email protected]>
- * ServiceHostTest.cs : Fix "typo" in last commit.
- * UriSchemeKeyedCollectionTest.cs : Likewise.
- 2006-02-11 Ankit Jain <[email protected]>
- * ServiceHostTest.cs : New.
- * UriSchemeKeyedCollectionTest.cs : New.
- 2006-02-08 Atsushi Enomoto <[email protected]>
- * SynchronizedReadOnlyCollectionTest.cs : added more test for
- .ctor(object, IEnumerable<T>).
- 2006-02-08 Atsushi Enomoto <[email protected]>
- * FaultReasonTextTest.cs : new file.
- 2006-02-08 Atsushi Enomoto <[email protected]>
- * UniqueIdTest.cs :
- It should be in System.Runtime.Serialization.dll test.
- 2006-02-01 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * ChannelDescriptionTest.cs ChannelFactoryTest.cs : new tests.
- * ServiceEndpointTest.cs : enabled CtorNullEndpoint() again.
- 2006-01-26 Atsushi Enomoto <[email protected]>
- * InvalidBindingElement.cs : new file. Represents an invalid binding.
- * HttpTransportBindingElementTest.cs : Added more tests for
- BuildChannelFactory().
- 2006-01-26 Atsushi Enomoto <[email protected]>
- * HttpTransportBindingElementTest.cs :
- Added BuildChannelFactory() test, NotWorking.
- 2006-01-17 Atsushi Enomoto <[email protected]>
- * AddressHeaderTest.cs : WriteAddressHeaderTest() works now. Added
- string comparison test there.
- 2006-01-17 Atsushi Enomoto <[email protected]>
- * EndpointAddressTest.cs : Added Headers(). The code was broken in
- basic level.
- 2006-01-17 Atsushi Enomoto <[email protected]>
- * EndpointAddressTest.cs : ConstructorTest() is working now.
- 2006-01-17 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * EndpointListenerTest.cs : fix for Nov. CTP.
- 2005-11-21 Atsushi Enomoto <[email protected]>
- * EndpointListenerCollectionTest.cs,
- TextMessageEncodingBindingElementTest.cs,
- EndpointListenerTest.cs : build fix for Nov. RTM
- 2005-11-20 Atsushi Enomoto <[email protected]>
- * DispatcherTest.cs : FilterProvider vanished in Nov. RTM.
- 2005-11-20 Atsushi Enomoto <[email protected]>
- * CustomBindingTest.cs : new test.
- 2005-10-31 Atsushi Enomoto <[email protected]>
- * BehaviorCollectionTest.cs : new file.
- 2005-10-27 Atsushi Enomoto <[email protected]>
- * EndpointAddressTest.cs : only comments lines.
- 2005-10-27 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * DispatcherTest.cs, ServiceEndpointTest.cs : new tests
- 2005-10-26 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * ContractDescriptionTest.cs : moved from *.Design/TypeLoaderTest.cs.
- 2005-10-26 Atsushi Enomoto <[email protected]>
- * BasicHttpBindingTest.cs, ServiceEndpointCollectionTest.cs,
- HttpTransportBindingElementTest.cs : new tests.
- 2005-10-26 Atsushi Enomoto <[email protected]>
- * BasicHttpBindingTest.cs, ServiceEndpointCollectionTest.cs,
- HttpTransportBindingElementTest.cs : new files.
- 2005-10-26 Atsushi Enomoto <[email protected]>
- * EndpointListenerCollectionTest.cs : new test.
- 2005-10-24 Atsushi Enomoto <[email protected]>
- * ServiceAssert.cs : new utility class that should be useful for
- comparing BlahDescription.
- 2005-10-24 Atsushi Enomoto <[email protected]>
- * ServiceAuthorizationBehaviorTest.cs : new file.
- 2005-10-23 Atsushi Enomoto <[email protected]>
- * MessageBufferTest.cs : disabling AreNotEqual() (it is not supported
- in current mono nunit20).
- 2005-10-23 Duncan Mak <[email protected]>
- * MessageHeadersTest.cs: New test.
- * UniqueIdTest.cs: Another new one.
- 2005-10-22 Duncan Mak <[email protected]>
- * 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 <[email protected]>
- * EmptyFaultExceptionTest.cs:
- * FaultExceptionTest.cs (TestCreateMessageFault): Tests the
- CreateMessageFault method.
- 2005-10-22 Duncan Mak <[email protected]>
- * 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 <[email protected]>
- * FaultCodeTest.cs: New test.
- 2005-09-29 Duncan Mak <[email protected]>
- * EndpointAddressTest.cs: Fixed spacing.
- (GetSchemaTest, GetSchemaTestWithEmptySet): New tests for the
- GetSchema methods.
- * MessageHeaderTest.cs (TestGenericConstructor): Test for the
- constructor of MessageHeader<T>.
- 2005-09-29 Duncan Mak <[email protected]>
- * 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 <[email protected]>
- * SynchronizedReadOnlyCollectionTest.cs (TestIListContainsNull): New
- test for null.
- (TestICollectionCopyTo): Fixed the test.
-
- 2005-09-28 Duncan Mak <[email protected]>
- * MessageHeaderTest.cs (TestWriteHeaderAttributes): New test.
- * SynchronizedReadOnlyCollectionTest.cs: Tests for
- SynchronizedReadOnlyCollection.
- 2005-09-28 Duncan Mak <[email protected]>
- * AddressHeaderTest.cs:
- * EndpointAddressTest.cs:
- * EnvelopeVersionTest.cs:
- * FilterTableTest.cs:
- * MessageHeaderTest.cs: Fixed indentation.
- * MessageHeaderTest.cs (TestToString):
- (TestWriteStartHeader, TestWriteHeaderContent): Added new tests.
|