Author: ajborley
Date: Thu Sep 28 13:36:11 2006
New Revision: 451024

URL: http://svn.apache.org/viewvc?view=rev&rev=451024
Log:
Updates to the ws.service.interop test to fix windows deployment and improve 
test client output

Modified:
    incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd
    
incubator/tuscany/cpp/sca/test/ws.service.interop/ws.service.interop.client/TestClient.cpp

Modified: incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd?view=diff&rev=451024&r1=451023&r2=451024
==============================================================================
--- incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd (original)
+++ incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd Thu Sep 28 
13:36:11 2006
@@ -34,7 +34,7 @@
 copy %sourcePath%\resources\interop.wsdl                          
%destinationPath%\packages\ws.service.interop

 copy %sourcePath%\resources\*.xsd                                 
%destinationPath%\packages\ws.service.interop

 copy %sourcePath%\resources\*.xml                                 
%destinationPath%\packages\ws.service.interop

-copy %sourcePath%\ws.service.interop\Debug\ws.service.interop.dll 
%destinationPath%\packages\ws.service.interop

+copy %sourcePath%\ws.service.interop\Debug\ws_service_interop.dll 
%destinationPath%\packages\ws.service.interop

 

 

 if not exist %destinationPath%\bin           mkdir %destinationPath%\bin


Modified: 
incubator/tuscany/cpp/sca/test/ws.service.interop/ws.service.interop.client/TestClient.cpp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/test/ws.service.interop/ws.service.interop.client/TestClient.cpp?view=diff&rev=451024&r1=451023&r2=451024
==============================================================================
--- 
incubator/tuscany/cpp/sca/test/ws.service.interop/ws.service.interop.client/TestClient.cpp
 (original)
+++ 
incubator/tuscany/cpp/sca/test/ws.service.interop/ws.service.interop.client/TestClient.cpp
 Thu Sep 28 13:36:11 2006
@@ -164,7 +164,9 @@
     cout << "Passed " << testsPassed << " of " << testsRun << " tests" << endl;

     if(failedTests.size() > 0)

     {

-        cout << "Failed: " << failedTests << endl;

+        string expectedFailedTests = "interop04 interop28 interop30 interop32 
interop33 interop40 interop50";

+        cout << "     Failed Tests: " << failedTests << endl;

+        cout << "Expected failures: " << expectedFailedTests << endl;

     }

     if(unsupportedTests.size() > 0)

     {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to