Author: bjohnson
Date: Wed Oct 24 14:29:23 2007
New Revision: 588039
URL: http://svn.apache.org/viewvc?rev=588039&view=rev
Log:
Fixed test failures: just a simple path issue in the build.xml
Modified:
incubator/tuscany/cpp/sdo/runtime/core/test/build.xml
Modified: incubator/tuscany/cpp/sdo/runtime/core/test/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/test/build.xml?rev=588039&r1=588038&r2=588039&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/build.xml (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/build.xml Wed Oct 24 14:29:23
2007
@@ -61,7 +61,7 @@
</target>
<target name="run" depends="build" description="Run TuscanySdoNative test
suite">
- <exec executable="${this.dir}/${sdo.test.app}${exe.ext}"/>
+ <exec executable="${this.dir}/${sdo.test.app}${exe.ext}"
dir="${this.dir}"/>
</target>
<target name="clean" description="Clean TuscanySdoNative test suite">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]