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
|
2010-09-13 Atsushi Eno <atsushi@ximian.com>
implemented large parts of WCF standard endpoints and
configuration support.
2009-02-24 Atsushi Enomoto <atsushi@ximian.com>
* BindingsSectionTest.cs, ServiceModelSectionGroupTest.cs:
Ignore all failing-under-dotnet tests
2008-04-03 Vladimir Krasnov <vladimirk@mainsoft.com>
* StandardBindingElementCollectionTest.cs: fixed test
2008-04-01 Igor Zelmanovich <igorz@mainsoft.com>
* ServiceElementTest.cs: new test
2008-03-26 Igor Zelmanovich <igorz@mainsoft.com>
* ServiceModelSectionGroupTest.cs: add #if NET_3_5
* CustomBindingElementTest.cs: new test
2008-03-26 Igor Zelmanovich <igorz@mainsoft.com>
* MetadataElementTest.cs: new test
2008-03-04 Eyal Alaluf <eyala@mainsoft.com>
* ServiceModelConfigurationElementCollectionTest.cs: Created file.
* ChannelEndpointElementTest.cs: Created file.
2008-02-19 Igor Zelmanovich <igorz@mainsoft.com>
* MexBindingElementTest.cs: new test
2008-02-19 Igor Zelmanovich <igorz@mainsoft.com>
* StandardBindingCollectionElementTest.cs: add test
2008-02-17 Igor Zelmanovich <igorz@mainsoft.com>
* BasicHttpBindingElementTest.cs:
* NetNamedPipeBindingElementTest.cs:
* NetPeerTcpBindingElementTest.cs:
* NetTcpBindingElementTest.cs:
* ServiceModelSectionGroupTest.cs:
* StandardBindingCollectionElementTest.cs:
new tests.
2008-02-17 Igor Zelmanovich <igorz@mainsoft.com>
* StandardBindingElementCollectionTest.cs new test.
2006-06-27 Atsushi Enomoto <atsushi@ximian.com>
* ServiceModelSectionGroupTest.cs : commented out Endpoints().
It does not work fine on .NET too.
2006-06-27 Atsushi Enomoto <atsushi@ximian.com>
* ServiceModelSectionGroupTest.cs : new test.
|