Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv17796
Modified Files:
build.xml
Log Message:
delete test db before running test
Index: build.xml
===================================================================
RCS file: /cvsroot/proxool/proxool/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** build.xml 8 Feb 2003 14:29:03 -0000 1.27
--- build.xml 11 Feb 2003 00:33:08 -0000 1.28
***************
*** 51,55 ****
<classpath refid="source"/>
</taskdef>
!
<!--
Build necessary directories
--- 51,55 ----
<classpath refid="source"/>
</taskdef>
!
<!--
Build necessary directories
***************
*** 281,285 ****
name="test"
description="Runs the JUnit tests"
! depends="init,build-test"
>
<java fork="yes" classpathref="source" classname="junit.textui.TestRunner" >
--- 281,285 ----
name="test"
description="Runs the JUnit tests"
! depends="init,build-test,deleteTestDb"
>
<java fork="yes" classpathref="source" classname="junit.textui.TestRunner" >
|