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
|
2009-06-26 Robert Jordan <robertj@gmx.net>
* *.cs: Upgrade to new NUnit style.
2008-12-09 Atsushi Enomoto <atsushi@ximian.com>
* 443095.wsdl, WebServicesInteroperabilityTest.cs : added
new test for R2305 checker.
2008-07-01 Atsushi Enomoto <atsushi@ximian.com>
* WebServicesInteroperabilityTest.cs : new test. wsdl with <import>
should not result in an error.
* check-import.wsdl, check-import2.wsdl : test helper files.
2008-07-01 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionTest.cs : check RetrievalUrl before/after Read().
Sadly it does not provide the actual URL...
2008-07-01 Atsushi Enomoto <atsushi@ximian.com>
* test3.wsdl: added missing file (though the test is ignored).
2008-06-10 Vladimir Krasnov <vladimirk@mainsoft.com>
* ServiceDescriptionReflectorTest.cs: added tests for bug fixes:
#345448, #345449, #360241
2008-03-26 Lluis Sanchez Gual <lluis@novell.com>
* ServiceDescriptionReflectorTest.cs: Added another test for bug
#345448.
2008-02-22 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionReflectorTest.cs : mark Bug345448() NotWorking.
2008-01-08 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionReflectorTest.cs : added test for empty SOAP
action.
2007-10-10 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionReflectorTest.cs : added test for bug #332150.
2007-05-11 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionImporterTest.cs : added ignored test for #81457.
2007-05-11 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionReflectorTest.cs : added test for 78953 (not
working, hard to fix) and 79807 (already fixed).
2007-02-22 Raja R Harinath <rharinath@novell.com>
Fix compile error
* ServiceDescriptionReflectorTest.cs (NullableContainer): Hide in
1.1 profile.
2007-02-19 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionReflectorTest.cs : added test for methods with
nullable return type.
2007-01-19 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionImporterTest.cs : new test.
* test2.wsdl : new test support file.
2006-12-15 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionFormatExtensionCollectionTest.cs :
new test.
2006-11-15 Atsushi Enomoto <atsushi@ximian.com>
* WebReferenceTest.cs : added new test (so minor).
2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
* WebReferenceOptionsTest.cs :
Read() actually causes invalid operation.
2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
* WebReferenceOptionsTest.cs :
added test for Read(). Fixed namespace URI.
2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
* WebReferenceOptionsTest.cs : new test.
2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionTest.cs : added test for invalid Read() inputs.
2006-09-07 Ankit Jain <jankit@novell.com>
* ServiceDescriptionTest.cs (Ctor): New.
2006-09-05 Ankit Jain <jankit@novell.com>
* ServiceDescriptionTest.cs (Namespaces): New.
2006-05-03 Ankit Jain <jankit@novell.com>
* ServiceDescriptionTest.cs (Extensions) New test.
(CheckExtensions):
(CheckXmlElement): New. Helper methods.
* test.wsdl: Test wsdl.
2006-04-27 Ankit Jain <jankit@novell.com>
* ServiceDescriptionTest.cs (ExtensibleAttributes): New test.
2006-02-04 Gert Driesen <drieseng@users.sourceforge.net>
* ServiceDescriptionReflectorTest.cs: Use only one include as otherwise
the order of elements is not consistent on MS.NET.
2006-02-04 Gert Driesen <drieseng@users.sourceforge.net>
* ServiceDescriptionReflectorTest.cs: New test, currently marked
NotWorking.
2005-10-05 Atsushi Enomoto <atsushi@ximian.com>
* ServiceDescriptionTest.cs : new file (for part of bug #76311).
2003-09-14 Lluis Sanchez Gual <lluis@ximian.com>
* BindingCollectionTest.cs ChangeLog DocumentableItemTest.cs
OperationCollectionTest.cs OperationMessageCollectionTest.cs
OperationMessageTest.cs PortTypeCollectionTest.cs PortTypeTest.cs
ServiceCollectionTest.cs ServiceDescriptionCollectionTest.cs
SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
New test files by Erik LeBel.
|