[weld-commits] Weld SVN: r6858 - core/trunk/tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jul 29 17:29:36 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-07-29 17:29:36 -0400 (Thu, 29 Jul 2010)
New Revision: 6858

Modified:
   core/trunk/tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/InjectionTargetTest.java
Log:
disable test properly

Modified: core/trunk/tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/InjectionTargetTest.java
===================================================================
--- core/trunk/tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/InjectionTargetTest.java	2010-07-29 20:57:08 UTC (rev 6857)
+++ core/trunk/tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/InjectionTargetTest.java	2010-07-29 21:29:36 UTC (rev 6858)
@@ -29,12 +29,14 @@
 import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
 import org.jboss.weld.manager.BeanManagerImpl;
 import org.jboss.weld.test.Utils;
-import org.jboss.weld.tests.category.Integration;
+import org.jboss.weld.tests.category.Broken;
 import org.junit.Assert;
+import org.junit.Test;
 import org.junit.experimental.categories.Category;
 import org.junit.runner.RunWith;
 
- at Category(Integration.class)
+//@Category(Integration.class)
+ at Category(Broken.class)
 @RunWith(Arquillian.class)
 public class InjectionTargetTest 
 {
@@ -58,7 +60,7 @@
    /*
     * description = "WELD-557"
     */
-   //@Test
+   @Test
    public void testActualInstanceAndNotProxyPassedToInject()
    {
       InjectionTargetWrapper.clear();
@@ -70,7 +72,7 @@
    /*
     * description = "WELD-557"
     */
-   //@Test
+   @Test
    public void testActualInstanceAndNotProxyPassedToPostConstruct()
    {
       InjectionTargetWrapper.clear();
@@ -82,7 +84,8 @@
    /*
     * description = "WELD-557"
     */
-   //@Test
+   //
+   @Test
    public void testActualInstanceAndNotProxyPassedToPreDestroy()
    {
       // prepare instance



More information about the weld-commits mailing list