ugo 2004/05/23 13:45:10
Modified: tools/targets test-build.xml
Log:
Since CocoonBeanTestCase is disabled, there's no need for unit tests to
depend on blocks anymore.
Revision Changes Path
1.16 +1 -7 cocoon-2.1/tools/targets/test-build.xml
Index: test-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/test-build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- test-build.xml 17 May 2004 21:05:28 -0000 1.15
+++ test-build.xml 23 May 2004 20:45:09 -0000 1.16
@@ -29,16 +29,10 @@
</target>
<!-- Runs JUnit tests -->
- <target name="junit-tests" depends="compile-tests, junit-prepare, blocks">
+ <target name="junit-tests" depends="compile-tests, junit-prepare">
<junit printsummary="yes" fork="yes" failureproperty="junit.test.failed">
<classpath>
<path refid="test.classpath"/>
- <fileset dir="${build.blocks}">
- <include name="*.jar"/>
- </fileset>
- <fileset dir="${blocks}">
- <include name="*/lib/*.jar"/>
- </fileset>
</classpath>
<formatter type="plain"/>
<formatter type="xml"/>