paulsp 2002/07/15 20:04:30
Modified: build build.xml
Log:
Add security unit test to unittest-all
Revision Changes Path
1.149 +1 -1 jakarta-jetspeed/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- build.xml 15 Jul 2002 21:40:58 -0000 1.148
+++ build.xml 16 Jul 2002 03:04:30 -0000 1.149
@@ -827,7 +827,7 @@
<!-- =================================================================== -->
<!-- Run the client JUnit test cases (non-cactus) on the Caching system -->
<!-- =================================================================== -->
- <target name="unittest-all" depends="unittest, unittest-cache"
+ <target name="unittest-all" depends="unittest, unittest-cache,
unittest-security"
description="Run all unit test"/>
<!-- =================================================================== -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>