wstest.cs: Changed default directory for client tests. Added some tests.
authorLluis Sanchez <lluis@novell.com>
Mon, 22 Dec 2003 16:52:16 +0000 (16:52 -0000)
committerLluis Sanchez <lluis@novell.com>
Mon, 22 Dec 2003 16:52:16 +0000 (16:52 -0000)
svn path=/trunk/mcs/; revision=21428

mcs/class/System.Web.Services/Test/standalone/ChangeLog
mcs/class/System.Web.Services/Test/standalone/wstest.cs

index 572e3f481f05b32cf7ad3558a3da0eef6995bbf1..87e0b0334ffacc46772d6fdea336f776d151a2a0 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-22  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * wstest.cs: Changed default directory for client tests. Added some tests.
+
 2003-12-19  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * services.xml: Enabled test for a couple of services.
index 0810ba667fde252ff91f5d65a72491bb2e90c1f6..38b07dd1a33fe2e5556a66898e3d0afcaa17d450 100644 (file)
@@ -593,6 +593,7 @@ public class ServiceData
                get 
                { 
                        string dir = new Uri (Wsdl).Host;
+                       if (dir != "localhost") dir = "external";
                        return Path.Combine (dir, Name + ".cs");
                }
        }