vgritsenko 2003/12/23 04:05:56
Modified: . build.xml
Log:
Remove test-embed-binary, this test is run as part of test-unit
Revision Changes Path
1.65 +2 -23 xml-xindice/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xindice/build.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- build.xml 22 Dec 2003 02:15:38 -0000 1.64
+++ build.xml 23 Dec 2003 12:05:56 -0000 1.65
@@ -178,27 +178,6 @@
</junit>
</target>
- <target name="test-embed-binary" depends="test-build, test-validate">
- <junit fork="yes" printsummary="yes" haltonfailure="no">
- <jvmarg value="-Djava.endorsed.dirs=${basedir}/build/endorsed"/>
- <jvmarg value="-Dxindice.home=${basedir}"/>
- <jvmarg value="-Dxindice.db.home=${basedir}/build/test-binary"/>
- <jvmarg
value="-Dxindice.configuration=${basedir}/config/system.xml"/>
- <jvmarg value="-Dorg.apache.commons.logging.Log=${test.logger}"/>
- <jvmarg
value="-Dorg.apache.commons.logging.simplelog.defaultlog=${test.loglevel}"/>
-
- <formatter type="plain" usefile="no"/>
- <formatter type="xml"/>
-
- <test
name="org.apache.xindice.client.xmldb.resources.BinaryResourceTest"
-
outfile="${test.result.dir}/org.apache.xindice.client.xmldb.resources.BinaryResourceTest"/>
- <classpath>
- <path refid="project.class.path"/>
- <pathelement location="${test.build.dir}"/>
- </classpath>
- </junit>
- </target>
-
<target name="test-integration-embed" depends="test-build,
test-validate">
<junit fork="yes" printsummary="yes" haltonfailure="no">
<jvmarg value="-Djava.endorsed.dirs=${basedir}/build/endorsed"/>
@@ -268,7 +247,7 @@
</target>
<target name="test-all"
- depends="test-unit, test-embed-binary, test-integration-embed,
test-integration-xmlrpc, test-integration-managed">
+ depends="test-unit, test-integration-embed,
test-integration-xmlrpc, test-integration-managed">
</target>
<target name="test-report" depends="init">