Author: struberg
Date: Thu Jan 17 14:13:51 2013
New Revision: 1434676
URL: http://svn.apache.org/viewvc?rev=1434676&view=rev
Log:
OWB-344 disable old javassist proxy test
The test is basically legit, but needs to get migrated
to the new proxy handling yet.
Modified:
openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/newtests/proxy/ProxyMappingTest.java
Modified:
openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/newtests/proxy/ProxyMappingTest.java
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/newtests/proxy/ProxyMappingTest.java?rev=1434676&r1=1434675&r2=1434676&view=diff
==============================================================================
---
openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/newtests/proxy/ProxyMappingTest.java
(original)
+++
openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/newtests/proxy/ProxyMappingTest.java
Thu Jan 17 14:13:51 2013
@@ -28,6 +28,7 @@ import org.apache.webbeans.newtests.prox
import org.apache.webbeans.newtests.proxy.beans.DummyScopedExtension;
import org.junit.Test;
import org.junit.Assert;
+import org.junit.Ignore;
import java.util.ArrayList;
import java.util.Collection;
@@ -39,6 +40,8 @@ public class ProxyMappingTest extends Ab
{
@Test
+ //X TODO: migrate this test to the new proxies.
+ @Ignore("The proxy handling is not using Javassist anymore")
public void testProxyMappingConfig()
{
Collection<Class<?>> beanClasses = new ArrayList<Class<?>>();