[jboss-cvs] JBossCache ...
Manik Surtani
msurtani at jboss.com
Thu Nov 16 10:48:41 EST 2006
User: msurtani
Date: 06/11/16 10:48:41
Modified: JBossCache build.xml
Log:
Added functionaltests-cc
Revision Changes Path
1.151 +9 -1 JBossCache/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/build.xml,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -b -r1.150 -r1.151
--- build.xml 16 Nov 2006 13:40:16 -0000 1.150
+++ build.xml 16 Nov 2006 15:48:41 -0000 1.151
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.150 2006/11/16 13:40:16 msurtani Exp $ -->
+<!-- $Id: build.xml,v 1.151 2006/11/16 15:48:41 msurtani Exp $ -->
<project default="compile" name="JBossCache">
@@ -614,6 +614,14 @@
</junit>
</target>
+ <target name="functionaltests-cc" depends="compile-cache,test-jar,unittests-init"
+ description="Runs all core Cache functional tests, excluding known failures">
+ <antcall target="functionaltests" inheritrefs="false">
+ <reference refid="known.failures" torefid="junit.excludes"/>
+ </antcall>
+ </target>
+
+
<target name="functionalAop50TestsWithAopC" depends="compile,aopc50,unittests-init"
description="Runs all AOP functional tests">
<junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
More information about the jboss-cvs-commits
mailing list