Author: pete.muir(a)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;
-(a)Category(Integration.class)
+//(a)Category(Integration.class)
+(a)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
Show replies by date