[Commits] (bcm) remove web test targets
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 15 11:51:18 PDT 2005
Commit by: bcm
Modified files:
server/build.xml 1.36 1.37
Log message:
remove web test targets
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/server/build.xml.diff?r1=text&tr1=1.36&r2=text&tr2=1.37
Index: server/build.xml
diff -u server/build.xml:1.36 server/build.xml:1.37
--- server/build.xml:1.36 Wed Apr 13 16:50:23 2005
+++ server/build.xml Fri Apr 15 11:51:16 2005
@@ -66,7 +66,7 @@
</sql>
</target>
- <target name="test" depends="test-core,test-web"
+ <target name="test" depends="test-core"
description="run all tests"/>
<target name="test-core" description="test core subsystem">
@@ -74,11 +74,6 @@
inheritAll="false"/>
</target>
- <target name="test-web" description="test webapp">
- <ant dir="${web.home}" target="test"
- inheritAll="false"/>
- </target>
-
<target name="test-clean-db"
description="clean out the test database">
<delete dir="${cosmo.test}"/>
@@ -89,13 +84,8 @@
inheritAll="false"/>
</target>
- <target name="test-clean-web" description="clean webapp tests">
- <ant dir="${web.home}" target="test-clean"
- inheritAll="false"/>
- </target>
-
<target name="test-clean"
- depends="test-clean-db,test-clean-core,test-clean-web"
+ depends="test-clean-db,test-clean-core"
description="clean out test files">
<delete dir="${cosmo.test}"/>
</target>
More information about the Commits
mailing list