Author: atsushi
Date: 2007-10-04 04:42:18 -0400 (Thu, 04 Oct 2007)
New Revision: 86851
Modified:
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/TypeStubManager.cs
Log:
2007-10-04 Atsushi Enomoto <[EMAIL PROTECTED]>
* TypeStubManager.cs: reverted r82932 again. This #if ONLY_1_1 causes
NUnit test regressions. It should not be reverted again until
appropriate NUnit test case is provided and proper fix is provided
that does not cause regressions.
Modified:
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog
===================================================================
--- trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog
2007-10-04 08:17:05 UTC (rev 86850)
+++ trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog
2007-10-04 08:42:18 UTC (rev 86851)
@@ -1,3 +1,10 @@
+2007-10-04 Atsushi Enomoto <[EMAIL PROTECTED]>
+
+ * TypeStubManager.cs: reverted r82932 again. This #if ONLY_1_1 causes
+ NUnit test regressions. It should not be reverted again until
+ appropriate NUnit test case is provided and proper fix is provided
+ that does not cause regressions.
+
2007-09-25 Marek Habersack <[EMAIL PROTECTED]>
* WebServiceHandlerFactory.cs: WebServiceParser.GetCompiledType
Modified:
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/TypeStubManager.cs
===================================================================
---
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/TypeStubManager.cs
2007-10-04 08:17:05 UTC (rev 86850)
+++
trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/TypeStubManager.cs
2007-10-04 08:42:18 UTC (rev 86851)
@@ -244,7 +244,7 @@
public BindingInfo (WebServiceBindingAttribute at, string name,
string ns)
{
if (at != null) {
-#if ONLY_1_1
+#if NET_1_1
Name = at.Name;
#endif
Namespace = at.Namespace;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches