Author: bjohnson
Date: Mon Nov 5 09:53:33 2007
New Revision: 592106
URL: http://svn.apache.org/viewvc?rev=592106&view=rev
Log:
final fix to test suite for windows
Modified:
incubator/tuscany/cpp/sca/antscripts/compile-targets.xml
incubator/tuscany/cpp/sca/runtime/core/test/sca_test.bat
incubator/tuscany/cpp/sca/runtime/core/test/sca_test.sh
Modified: incubator/tuscany/cpp/sca/antscripts/compile-targets.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/antscripts/compile-targets.xml?rev=592106&r1=592105&r2=592106&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/antscripts/compile-targets.xml (original)
+++ incubator/tuscany/cpp/sca/antscripts/compile-targets.xml Mon Nov 5
09:53:33 2007
@@ -103,7 +103,7 @@
<libset dir="${sdo.lib.dir}" libs="${sdo.impl.library.name}"/>
<custom-ld-elements/>
</cc>
- <cpp-embed-manifest dir="@{outdir}" file="@{outfile}"
outtype="@{outtype}"/>
+ <cpp-embed-manifest dir="@{outdir}" file="@{outfile}"
outtype="@{linktype}"/>
</sequential>
</macrodef>
Modified: incubator/tuscany/cpp/sca/runtime/core/test/sca_test.bat
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/test/sca_test.bat?rev=592106&r1=592105&r2=592106&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/test/sca_test.bat (original)
+++ incubator/tuscany/cpp/sca/runtime/core/test/sca_test.bat Mon Nov 5
09:53:33 2007
@@ -23,28 +23,21 @@
echo "TUSCANY_SCACPP not set"
goto end
)
-echo Using SCA installed at %TUSCANY_SCACPP%
if "%TUSCANY_SDOCPP%" == "" (
echo "TUSCANY_SDOCPP not set"
goto end
)
-echo Using SDO installed at %TUSCANY_SDOCPP%
if "%AXIS2C_HOME%" == "" (
echo "AXIS2C_HOME not set"
goto end
)
-echo Using Axis2C installed at %AXIS2C_HOME%
rem Run the client
-set
PATH=%TUSCANY_SCACPP%\bin;%TUSCANY_SCACPP%\extensions\cpp\bin;%TUSCANY_SDOCPP%\bin;%AXIS2C_HOME%\lib;%PATH%
+set PATH=%TUSCANY_SCACPP%\bin;%TUSCANY_SDOCPP%\bin;%AXIS2C_HOME%\lib;%PATH%
-set APFULLDIR=%~d0%~p0
-set TUSCANY_SCACPP_ROOT=%~d0%~p0\..\
-set TUSCANY_SCACPP_COMPONENT=bigbank.AccountManagementComponent
-
-.\AccountClient.exe 1234
+.\sca_test.exe
:end
endlocal
Modified: incubator/tuscany/cpp/sca/runtime/core/test/sca_test.sh
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/test/sca_test.sh?rev=592106&r1=592105&r2=592106&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/test/sca_test.sh (original)
+++ incubator/tuscany/cpp/sca/runtime/core/test/sca_test.sh Mon Nov 5 09:53:33
2007
@@ -35,7 +35,6 @@
fi
export
LD_LIBRARY_PATH=$TUSCANY_SCACPP/lib:$TUSCANY_SDOCPP/lib:$AXIS2C_HOME/lib:$LD_LIBRARY_PATH
-export
LD_LIBRARY_PATH=./build:./wsdlTests/build:./compositeTests/build:$LD_LIBRARY_PATH
./sca_test
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]