[webbeans-commits] Webbeans SVN: r1116 - tck/trunk/impl/src/main/resources.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Tue Jan 20 02:13:45 EST 2009
Author: shane.bryzak at jboss.com
Date: 2009-01-20 02:13:45 -0500 (Tue, 20 Jan 2009)
New Revision: 1116
Modified:
tck/trunk/impl/src/main/resources/tck-unit-tests.xml
Log:
run the new tests, exclude integration tests for now
Modified: tck/trunk/impl/src/main/resources/tck-unit-tests.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-unit-tests.xml 2009-01-20 06:57:33 UTC (rev 1115)
+++ tck/trunk/impl/src/main/resources/tck-unit-tests.xml 2009-01-20 07:13:45 UTC (rev 1116)
@@ -28,12 +28,13 @@
<exclude name="beanDestruction" />
<exclude name="commonAnnotations" />
-->
- <!--exclude name="stub" /-->
+ <exclude name="stub" />
<exclude name="broken" />
</run>
</groups>
<packages>
- <package name="org.jboss.webbeans.tck.tests" />
+ <package name="org.jboss.webbeans.tck.unit" />
+ <!--package name="org.jboss.webbeans.tck.integration" /-->
</packages>
</test>
More information about the weld-commits
mailing list