add exclude for illegal TCK test

See CDITCK-467
The TCK wrongly assumes that there must be no ProcessBeanAttributes
for a disabled bean.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/77e7a2db
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/77e7a2db
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/77e7a2db

Branch: refs/heads/master
Commit: 77e7a2db5c75e9d29cd2a0988024e3cbe89a97e9
Parents: 1c20e6f
Author: Mark Struberg <strub...@apache.org>
Authored: Sat Mar 7 17:44:38 2015 +0100
Committer: Mark Struberg <strub...@apache.org>
Committed: Sat Mar 7 17:44:38 2015 +0100

----------------------------------------------------------------------
 tck/cdi-embedded/src/test/resources/passing.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/77e7a2db/tck/cdi-embedded/src/test/resources/passing.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-embedded/src/test/resources/passing.xml 
b/tck/cdi-embedded/src/test/resources/passing.xml
index 8c1fb81..05b45be 100644
--- a/tck/cdi-embedded/src/test/resources/passing.xml
+++ b/tck/cdi-embedded/src/test/resources/passing.xml
@@ -194,6 +194,11 @@
               <exclude name=".*"/>
           </methods>
       </class>
+      <class 
name="org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest">
+          <methods>
+              <exclude name="testManagedBeanAttributes"/>
+          </methods>
+      </class>
 
       <!-- CDI-514 (issue got moved from original CDITCK-467) -->
       <class name="org.jboss.cdi.tck.tests.event.fires.FireEventTest">

Reply via email to