[jbosscache-commits] JBoss Cache SVN: r7362 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Jan 5 06:06:07 EST 2009


Author: mircea.markus
Date: 2009-01-05 06:06:07 -0500 (Mon, 05 Jan 2009)
New Revision: 7362

Modified:
   core/trunk/pom.xml
Log:
added new profile for running functional tests on TCP

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-01-04 17:59:57 UTC (rev 7361)
+++ core/trunk/pom.xml	2009-01-05 11:06:07 UTC (rev 7362)
@@ -415,6 +415,14 @@
             <protocol.stack>udp</protocol.stack>
          </properties>
       </profile>
+      
+      <profile>
+         <id>test-functional-tcp</id>
+         <properties>
+            <defaultTestGroup>functional</defaultTestGroup>
+            <protocol.stack>tcp</protocol.stack>
+         </properties>
+      </profile>
 
       <profile>
          <id>test-unit</id>




More information about the jbosscache-commits mailing list