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
|
2010-02-10 Atsushi Enomoto <atsushi@ximian.com>
* 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 <atsushi@ximian.com>
* WsdlImporterTest.cs : added test for processing ArrayOfXxx types.
2010-01-22 Atsushi Enomoto <atsushi@ximian.com>
* ServiceMetadataBehaviorTest.cs : check name constant (MSDN is
wrong here).
2010-01-19 Atsushi Enomoto <atsushi@ximian.com>
* ServiceAuthorizationBehaviorTest.cs : it's updated and enabled.
Added some more tests.
2010-01-06 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDebugBehaviorTest.cs : make sure to close hosts.
2009-10-01 Atsushi Enomoto <atsushi@ximian.com>
* ServiceContractGeneratorTest.cs : new test.
2009-09-15 Atsushi Enomoto <atsushi@ximian.com>
* 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 <atsushi@ximian.com>
* ServiceEndpointTest.cs : new.
2009-07-02 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : make sure the contract actually
contains operations from the base types.
2009-07-02 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added test for derived contract type.
2009-06-09 Atsushi Enomoto <atsushi@ximian.com>
* ServiceThrottlingBehaviorTest.cs : new.
2009-02-24 Atsushi Enomoto <atsushi@ximian.com>
* WsdlExporterTest.cs:
Ignore all failing-under-dotnet tests
2008-05-22 Roei Erez <roeie@mainsoft.com>
* 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 <eyala@mainsoft.com>
* ContractDescriptionTest.cs: Add test with method operation, parameters
and return value names specified by attributes.
2008-04-21 Igor Zelmanovich <igorz@mainsoft.com>
* ServiceDebugBehaviorTest.cs: new testfixture.
* ServiceMetadataBehaviorTest.cs: new testfixture.
2008-04-21 Igor Zelmanovich <igorz@mainsoft.com>
* WsdlExporterTest.cs: added new test.
2008-04-10 Eyal Alaluf <eyala@mainsoft.com>
* TypedMessageConverterTest.cs: Enabled and extended the roundtrip tests.
Used XML namespaces for the message data types.
2008-03-30 Atsushi Enomoto <atsushi@ximian.com>
* WsdlExporterTest.cs, WsdlImporterTest.cs,
ContractDescriptionTest.cs : marked coupled of tests as NotWorking.
2008-03-23 Vladimir Krasnov <vladimirk@mainsoft.com>
* OperationDescriptionTest.cs: added parts and namespace tests
2007-08-19 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs : fix tests under run-test-ondotnet with 3.5.
2007-08-19 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs : use one tab instead of " ".
2007-08-19 Atsushi Enomoto <atsushi@ximian.com>
* WsdlExporterTest.cs : oops, fix errors.
2007-08-19 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs WsdlExporterTest.cs : warning cleanup.
2007-03-26 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added conceptual test case that shows
MessageBodyAttribute is not inferred.
2006-10-04 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added test to reject async operation
whose name does not begin with "Begin".
2006-10-04 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added test to reject duplicate
operation names.
2006-10-03 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added some async contract tests.
2006-09-15 Atsushi Enomoto <atsushi@ximian.com>
* ClientCredentialsTest.cs : split default property value tests into
each individual peoperty test, and added some more.
2006-09-14 Atsushi Enomoto <atsushi@ximian.com>
* ServiceCredentialsTest.cs : new test.
2006-09-08 Ankit Jain <jankit@novell.com>
* WsdlExporterTest.cs: Add more tests. Remove redundant ones.
2006-09-07 Ankit Jain <jankit@novell.com>
* WsdlExporterTest.cs (ExportContractInvalid1): Remove "NotWorking".
2006-09-07 Ankit Jain <jankit@novell.com>
* WsdlExporterTest.cs (ExportContractInvalid1): New.
2006-09-07 Ankit Jain <jankit@novell.com>
* WsdlExporterTest.cs: New. Incomplete.
2006-09-05 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : added ignorable test that treats
IRequestChannel as a service contract. We don't need that.
2006-07-28 Atsushi Enomoto <atsushi@ximian.com>
* ClientCredentialsTest.cs : new file.
2006-07-14 Atsushi Enomoto <atsushi@ximian.com>
* TypedMessageConverterTest.cs : Added StandardRoundtrip(), though
NotWorking.
2006-07-14 Atsushi Enomoto <atsushi@ximian.com>
* TypedMessageConverterTest.cs : added StandardToMessage().
2006-07-13 Ankit Jain <jankit@novell.com>
* WsdlImporterTest.cs: More June CTP updates.
* dump.xml: Regenerated for June CTP.
* MetadataResolverTest.cs: New.
2006-07-13 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs :
Added test for async pattern (IMetadataExchange).
2006-07-06 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs :
Added test for methods that takes and returns Message.
Added test for invalid async pattern.
2006-07-06 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs, TypedMessageConverterTest.cs :
June CTP fixes.
2006-07-05 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : [MessageBody] -> [MessageBodyMember].
2006-07-05 Atsushi Enomoto <atsushi@ximian.com>
* WsdlImporterTest.cs,
ContractDescriptionTest.cs : reflect June CTP updates.
2006-07-03 Ankit Jain <jankit@novell.com>
* WsdlImporterTest.cs: Update for June CTP changes.
2006-07-03 Ankit Jain <jankit@novell.com>
* WsdlImporterTest.cs: Use
DataContractSerializerMessageContractImporter instead of
DataContractSerializerMessageContractConverter.
2006-06-12 Ankit Jain <jankit@novell.com>
* WsdlImporterTest.cs : New.
* dump.xml: New. Required for WsdlImporterTest.cs
2006-05-29 Atsushi Enomoto <atsushi@ximian.com>
* TypedMessageConverterTest.cs : new test file.
2006-04-07 Atsushi Enomoto <atsushi@ximian.com>
* OperationDescriptionTest.cs : test MessageDescriptions as well.
2006-04-05 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : test to reject operation-less contract.
2006-04-05 Atsushi Enomoto <atsushi@ximian.com>
* ContractDescriptionTest.cs : moved from Test/S.SM.Dispatcher.
* OperationDescriptionTest.cs : new file.
2006-03-02 Atsushi Enomoto <atsushi@ximian.com>
(resumed changelogging)
* ChannelBuildContextTest.cs :
Added tests for null ListenUri arguments.
2006-02-23 Atsushi Enomoto <atsushi@ximian.com>
* ChannelBuildContextTest.cs : Feb. CTP API changes - chapter 1.
2006-01-26 Atsushi Enomoto <atsushi@ximian.com>
* ChannelBuildContextTest.cs : (ConsumeBindingElements)
Use BindingElements instead of non-implemented WSHttpBinding.
2005-11-20 Atsushi Enomoto <atsushi@ximian.com>
* ChannelBuildContext.cs : new file.
2005-10-26 Atsushi Enomoto <atsushi@ximian.com>
* TypeLoaderTest.cs : actually this is rather ContractDescription
test, so it is being moved.
2005-10-24 Atsushi Enomoto <atsushi@ximian.com>
* TypeLoaderTest.cs : new test.
|