| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- 2010-06-24 Atsushi Enomoto <[email protected]>
- * MetadataExchangeBindingsTest.cs : make sure that the target port
- of the Uri is available (as some other tests do).
- 2010-06-17 Atsushi Enomoto <[email protected]>
- * MetadataExchangeBindingsTest.cs : make sure that special casing of
- MessageVersion does not happen at this layer.
- 2010-04-05 Atsushi Enomoto <[email protected]>
- * WsdlExporterTest.cs : fixed and enabled some working tests.
- 2010-04-02 Atsushi Enomoto <[email protected]>
- * FaultDescriptionTest.cs : add new test.
- 2010-03-29 Atsushi Enomoto <[email protected]>
- * MetadataResolverTest.cs : enable working tests.
- 2010-03-17 Atsushi Enomoto <[email protected]>
- * MetadataExchangeBindingsTest.cs : new test.
- 2010-02-10 Atsushi Enomoto <[email protected]>
- * WsdlImporterTest.cs : ignore whatever make dist broke.
- Until make dist gets fixed I won't enable any of new external-
- source-dependent tests.
- 2010-02-09 Atsushi Enomoto <[email protected]>
- * WsdlImporterTest.cs : added test for processing ArrayOfXxx types.
- 2010-01-28 Atsushi Enomoto <[email protected]>
- * ServiceContractGeneratorTest.cs : add test for async method
- generation option to generate sync methods as well.
- 2010-01-22 Atsushi Enomoto <[email protected]>
- * ServiceMetadataBehaviorTest.cs : check name constant (MSDN is
- wrong here).
- 2010-01-19 Atsushi Enomoto <[email protected]>
- * ServiceAuthorizationBehaviorTest.cs : it's updated and enabled.
- Added some more tests.
- 2010-01-06 Atsushi Enomoto <[email protected]>
- * ServiceDebugBehaviorTest.cs : make sure to close hosts.
- 2009-10-01 Atsushi Enomoto <[email protected]>
- * ServiceContractGeneratorTest.cs : new test.
- 2009-09-15 Atsushi Enomoto <[email protected]>
- * ServiceDebugBehaviorTest.cs : it still seems there are some port-
- blocking tests that blocks here, so change the port and make sure
- it is available. 8080 is anyways likely to interfere with others.
- 2009-07-31 Atsushi Enomoto <[email protected]>
- * ServiceEndpointTest.cs : new.
- 2009-07-02 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : make sure the contract actually
- contains operations from the base types.
- 2009-07-02 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : added test for derived contract type.
- 2009-06-09 Atsushi Enomoto <[email protected]>
- * ServiceThrottlingBehaviorTest.cs : new.
- 2009-02-24 Atsushi Enomoto <[email protected]>
- * WsdlExporterTest.cs:
- Ignore all failing-under-dotnet tests
- 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-01 Eyal Alaluf <[email protected]>
- * ContractDescriptionTest.cs: Add test with method operation, parameters
- and return value names specified by attributes.
- 2008-04-21 Igor Zelmanovich <[email protected]>
- * ServiceDebugBehaviorTest.cs: new testfixture.
- * ServiceMetadataBehaviorTest.cs: new testfixture.
- 2008-04-21 Igor Zelmanovich <[email protected]>
- * WsdlExporterTest.cs: added new test.
- 2008-04-10 Eyal Alaluf <[email protected]>
- * TypedMessageConverterTest.cs: Enabled and extended the roundtrip tests.
- Used XML namespaces for the message data types.
- 2008-03-30 Atsushi Enomoto <[email protected]>
- * WsdlExporterTest.cs, WsdlImporterTest.cs,
- ContractDescriptionTest.cs : marked coupled of tests as NotWorking.
- 2008-03-23 Vladimir Krasnov <[email protected]>
- * OperationDescriptionTest.cs: added parts and namespace tests
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * WsdlImporterTest.cs : fix tests under run-test-ondotnet with 3.5.
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * WsdlImporterTest.cs : use one tab instead of " ".
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * WsdlExporterTest.cs : oops, fix errors.
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * WsdlImporterTest.cs WsdlExporterTest.cs : warning cleanup.
- 2007-03-26 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : added conceptual test case that shows
- MessageBodyAttribute is not inferred.
- 2006-10-04 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : added test to reject async operation
- whose name does not begin with "Begin".
- 2006-10-04 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : added test to reject duplicate
- operation names.
- 2006-10-03 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : added some async contract tests.
- 2006-09-15 Atsushi Enomoto <[email protected]>
- * ClientCredentialsTest.cs : split default property value tests into
- each individual peoperty test, and added some more.
- 2006-09-14 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsTest.cs : new test.
- 2006-09-08 Ankit Jain <[email protected]>
- * WsdlExporterTest.cs: Add more tests. Remove redundant ones.
- 2006-09-07 Ankit Jain <[email protected]>
- * WsdlExporterTest.cs (ExportContractInvalid1): Remove "NotWorking".
- 2006-09-07 Ankit Jain <[email protected]>
- * WsdlExporterTest.cs (ExportContractInvalid1): New.
- 2006-09-07 Ankit Jain <[email protected]>
- * WsdlExporterTest.cs: New. Incomplete.
- 2006-09-05 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : added ignorable test that treats
- IRequestChannel as a service contract. We don't need that.
- 2006-07-28 Atsushi Enomoto <[email protected]>
- * ClientCredentialsTest.cs : new file.
- 2006-07-14 Atsushi Enomoto <[email protected]>
- * TypedMessageConverterTest.cs : Added StandardRoundtrip(), though
- NotWorking.
- 2006-07-14 Atsushi Enomoto <[email protected]>
- * TypedMessageConverterTest.cs : added StandardToMessage().
- 2006-07-13 Ankit Jain <[email protected]>
- * WsdlImporterTest.cs: More June CTP updates.
- * dump.xml: Regenerated for June CTP.
- * MetadataResolverTest.cs: New.
- 2006-07-13 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs :
- Added test for async pattern (IMetadataExchange).
- 2006-07-06 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs :
- Added test for methods that takes and returns Message.
- Added test for invalid async pattern.
- 2006-07-06 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs, TypedMessageConverterTest.cs :
- June CTP fixes.
- 2006-07-05 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : [MessageBody] -> [MessageBodyMember].
- 2006-07-05 Atsushi Enomoto <[email protected]>
- * WsdlImporterTest.cs,
- ContractDescriptionTest.cs : reflect June CTP updates.
- 2006-07-03 Ankit Jain <[email protected]>
- * WsdlImporterTest.cs: Update for June CTP changes.
- 2006-07-03 Ankit Jain <[email protected]>
- * WsdlImporterTest.cs: Use
- DataContractSerializerMessageContractImporter instead of
- DataContractSerializerMessageContractConverter.
- 2006-06-12 Ankit Jain <[email protected]>
- * WsdlImporterTest.cs : New.
- * dump.xml: New. Required for WsdlImporterTest.cs
- 2006-05-29 Atsushi Enomoto <[email protected]>
- * TypedMessageConverterTest.cs : new test file.
- 2006-04-07 Atsushi Enomoto <[email protected]>
- * OperationDescriptionTest.cs : test MessageDescriptions as well.
- 2006-04-05 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : test to reject operation-less contract.
- 2006-04-05 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : moved from Test/S.SM.Dispatcher.
- * OperationDescriptionTest.cs : new file.
- 2006-03-02 Atsushi Enomoto <[email protected]>
- (resumed changelogging)
- * ChannelBuildContextTest.cs :
- Added tests for null ListenUri arguments.
- 2006-02-23 Atsushi Enomoto <[email protected]>
- * ChannelBuildContextTest.cs : Feb. CTP API changes - chapter 1.
- 2006-01-26 Atsushi Enomoto <[email protected]>
- * ChannelBuildContextTest.cs : (ConsumeBindingElements)
- Use BindingElements instead of non-implemented WSHttpBinding.
- 2005-11-20 Atsushi Enomoto <[email protected]>
- * ChannelBuildContext.cs : new file.
- 2005-10-26 Atsushi Enomoto <[email protected]>
- * TypeLoaderTest.cs : actually this is rather ContractDescription
- test, so it is being moved.
- 2005-10-24 Atsushi Enomoto <[email protected]>
- * TypeLoaderTest.cs : new test.
|