ugo 2004/05/17 14:05:28
Modified: tools/targets test-build.xml
Log:
Need to build blocks before running unit tests (because of CocoonBeanTestCase
depending on cocoon.xconf).
Revision Changes Path
1.15 +1 -1 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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- test-build.xml 17 May 2004 09:14:38 -0000 1.14
+++ test-build.xml 17 May 2004 21:05:28 -0000 1.15
@@ -29,7 +29,7 @@
</target>
<!-- Runs JUnit tests -->
- <target name="junit-tests" depends="compile-tests, junit-prepare">
+ <target name="junit-tests" depends="compile-tests, junit-prepare, blocks">
<junit printsummary="yes" fork="yes" failureproperty="junit.test.failed">
<classpath>
<path refid="test.classpath"/>