Update of /cvsroot/hibernate/CaveatEmptor/HiA-SE/src/etc/testng
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5762/HiA-SE/src/etc/testng
Modified Files:
test-integration.xml
Log Message:
Merged Seam and TestNG configuration
Index: test-integration.xml
===================================================================
RCS file: /cvsroot/hibernate/CaveatEmptor/HiA-SE/src/etc/testng/test-integration.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test-integration.xml 3 Feb 2006 00:49:33 -0000 1.3
+++ test-integration.xml 25 Feb 2006 13:00:47 -0000 1.4
@@ -8,7 +8,7 @@
<parameter name="webXmlResource"
value="org/hibernate/ce/auction/test/web/hibernate-web.xml"/>
-
+<!--
<test name="Hibernate">
<groups>
<run><include name="integration.hibernate.*"/></run>
@@ -18,7 +18,7 @@
<package name="org.hibernate.ce.auction.test.web"/>
</packages>
</test>
-
+-->
<test name="EJB">
<groups>
<run><include name="integration.ejb3.*"/></run>
@@ -31,5 +31,18 @@
<class name="org.hibernate.ce.auction.test.runtime.EJB3Container"/>
</classes>
</test>
-
+<!--
+ <test name="JTA">
+ <groups>
+ <run><include name="integration.jta.*"/></run>
+ </groups>
+ <packages>
+ <package name="org.hibernate.ce.auction.test.persistence"/>
+ <package name="org.hibernate.ce.auction.test.web"/>
+ </packages>
+ <classes>
+ <class name="org.hibernate.ce.auction.test.runtime.JTAContainer"/>
+ </classes>
+ </test>
+-->
</suite>
|