(test-clients): nunit-console.exe is now in a
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 29 Sep 2004 10:20:02 +0000 (10:20 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 29 Sep 2004 10:20:02 +0000 (10:20 -0000)
profile-specific directory.
Report from Mayank Ritvik <mritvik@novell.com>.

svn path=/trunk/mcs/; revision=34511

mcs/class/System.Web.Services/Test/standalone/ChangeLog
mcs/class/System.Web.Services/Test/standalone/Makefile

index 62f734d407de92b3313db8367adad2661e9a8cf1..552c119312fcae99bd88ba61b82650b5d37bb295 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-29  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (test-clients): nunit-console.exe is now in a
+       profile-specific directory.
+       Report from Mayank Ritvik <mritvik@novell.com>.
+
 2004-08-25  Lluis Sanchez Gual <lluis@novell.com>
 
        * server/SessionCounter.asmx: Check that Context != null in the constructor.
index a9c8b3eca816c8a555cf8dead709747f6dabda32..8292b256516293060613d0a9ed8426b6337957ce 100644 (file)
@@ -7,7 +7,7 @@ proxies: proxies.dll
 
 wstest.exe: wstest.cs
        $(MCS) wstest.cs /r:System.Web.Services.dll
-       
+
 clean:
        rm -f *.dll *.exe *~ *.pdb
        rm -rf proxies
@@ -40,7 +40,7 @@ cls:
 pack:
        tar --gzip -cf wsdlfiles.tar.gz wsdlcache
        gzip proxies.net.xml
-       
+
 winbase:
        csc wstest.cs
        rm -rf wsdl
@@ -50,7 +50,7 @@ winbase:
        wstest.exe gp
        csc /r:System.Web.Services.dll /r:System.Data /target:library -out:proxies.dll @proxies.sources
        mono ../../../../tools/corcompare/mono-api-info.exe proxies.net.dll > proxies.net.xml
-       
+
 test-wsdl: tools
        rm -rf wsdlcache
        rm -rf proxies
@@ -64,16 +64,16 @@ test-wsdl: tools
        mono wstest.exe msfix proxies.net.xml
        mono ../../../../tools/corcompare/mono-api-diff.exe proxies.net.xml proxies.mono.xml > proxies.diff.xml
        mono wstest.exe checkdiff proxies.diff.xml
-       
+
 test-clients: tests
        rm -f somefile && touch somefile
        (tail -f somefile | xsp --root server)&
        sleep 2
-       -mono ../../../lib/nunit-console.exe System.Web.Services-standalone_test.dll
+       -mono ../../../lib/default/nunit-console.exe System.Web.Services-standalone_test.dll
        echo "" >> somefile
 
 test: test-wsdl test-clients
-       
+
 respage:
        mono transform.exe proxies.diff.xml ../../../../tools/corcompare/mono-api.xsl > proxies.data.html
        cat header.html proxies.data.html > proxies.html