You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by bj...@apache.org on 2007/10/24 23:29:23 UTC

svn commit: r588039 - /incubator/tuscany/cpp/sdo/runtime/core/test/build.xml

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org