Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorChris Toshok <toshok@novell.com>2006-01-05 20:31:06 +0300
committerChris Toshok <toshok@novell.com>2006-01-05 20:31:06 +0300
commit2305c46ec79657eae32a020e899048838798ee73 (patch)
tree605b01fbe4bed656e8871364291f0cf0de516f9b /mcs
parent798b371d19c4c2f61acfd8dc54a838a77f0a144b (diff)
2006-01-05 Chris Toshok <toshok@ximian.com>
* System.Web.Services_test.dll.sources: enable a bunch of the 2.0 configuration tests. Just Element types for now. Collections coming soon. svn path=/trunk/mcs/; revision=55108
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.Web.Services/ChangeLog6
-rw-r--r--mcs/class/System.Web.Services/System.Web.Services_test.dll.sources7
2 files changed, 13 insertions, 0 deletions
diff --git a/mcs/class/System.Web.Services/ChangeLog b/mcs/class/System.Web.Services/ChangeLog
index 3626ef91cc1..19cdd1c20f7 100644
--- a/mcs/class/System.Web.Services/ChangeLog
+++ b/mcs/class/System.Web.Services/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-05 Chris Toshok <toshok@ximian.com>
+
+ * System.Web.Services_test.dll.sources: enable a bunch of the 2.0
+ configuration tests. Just Element types for now. Collections
+ coming soon.
+
2006-01-03 Chris Toshok <toshok@ximian.com>
* System.Web.Services.dll.sources: add the 2.0 config classes.
diff --git a/mcs/class/System.Web.Services/System.Web.Services_test.dll.sources b/mcs/class/System.Web.Services/System.Web.Services_test.dll.sources
index f4664a2ee85..3c243955ac7 100644
--- a/mcs/class/System.Web.Services/System.Web.Services_test.dll.sources
+++ b/mcs/class/System.Web.Services/System.Web.Services_test.dll.sources
@@ -1,5 +1,12 @@
System.Web.Services/WebMethodAttributeTest.cs
System.Web.Services/WebServiceAttributeTest.cs
+System.Web.Services.Configuration/DiagnosticsElementTest.cs
+System.Web.Services.Configuration/ProtocolElementTest.cs
+System.Web.Services.Configuration/SoapEnvelopeProcessingElementTest.cs
+System.Web.Services.Configuration/SoapExtensionTypeElementTest.cs
+System.Web.Services.Configuration/TypeElementTest.cs
+System.Web.Services.Configuration/WsdlHelpGeneratorElementTest.cs
+System.Web.Services.Configuration/WsiProfilesElementTest.cs
System.Web.Services.Configuration/XmlFormatExtensionAttributeTest.cs
System.Web.Services.Discovery/ContractReferenceTest.cs
System.Web.Services.Description/BindingCollectionTest.cs