[Remoterengine-commits] r145 - pkg/RemoteREngine.test/inst/java_src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 17 14:50:56 CEST 2009
Author: romain
Date: 2009-09-17 14:50:56 +0200 (Thu, 17 Sep 2009)
New Revision: 145
Removed:
pkg/RemoteREngine.test/inst/java_src/testng.xml
Modified:
pkg/RemoteREngine.test/inst/java_src/build.xml
Log:
removed testng.xml, updated build
Modified: pkg/RemoteREngine.test/inst/java_src/build.xml
===================================================================
--- pkg/RemoteREngine.test/inst/java_src/build.xml 2009-09-17 12:49:52 UTC (rev 144)
+++ pkg/RemoteREngine.test/inst/java_src/build.xml 2009-09-17 12:50:56 UTC (rev 145)
@@ -42,38 +42,6 @@
</jar>
</target>
- <!--
- <path id="testng.classpath">
- <dirset dir="${build.dir}">
- <include name="*" />
- <exclude name="testng_reports"/>
- </dirset>
- <pathelement location="lib/REngine.jar" />
- </path>
-
- <target name="setup.rmicodebase" description="Build codebase for TestNG tests to use class files" >
- <pathconvert targetos="unix" property="rmicodebase" refid="testng.classpath" >
- <map from="C:" to="file:/c:" />
- <map from="D:" to="file:/d:" />
- <map from="E:" to="file:/e:" />
- <map from="F:" to="file:/f:" />
- <map from="G:" to="file:/g:" />
- </pathconvert>
- </target>
- <target name="runtests" depends="testng-compile,setup.rmicodebase" description="Run TestNG Unit Tests">
- <testng
- classpathref="testng.classpath"
- outputDir="${testng.reports}"
- verbose="2"
- haltonfailure="true">
- <jvmarg value="-Djava.security.policy=../policy/server.policy" />
- <jvmarg value="-Djava.rmi.server.codebase=${rmicodebase}" />
- <classfileset dir="${testng.build}" includes="**/*.class" />
- </testng>
- </target>
- -->
-
-
<target name="all" depends="compile,build" />
</project>
Deleted: pkg/RemoteREngine.test/inst/java_src/testng.xml
===================================================================
--- pkg/RemoteREngine.test/inst/java_src/testng.xml 2009-09-17 12:49:52 UTC (rev 144)
+++ pkg/RemoteREngine.test/inst/java_src/testng.xml 2009-09-17 12:50:56 UTC (rev 145)
@@ -1,8 +0,0 @@
-<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
-<suite name="RemoteREngine Test Suite" verbose="2">
- <test name="Start Up Test">
- <classes>
- <class name="org.rosuda.REngine.remote.client.TestFactors"/>
- </classes>
- </test>
-</suite>
More information about the Remoterengine-commits
mailing list