Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 20, 2010
1 parent 2c5cf1c commit 3aab26d
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions jboss-tck-runner/src/test/resources/tck-tests-1.0.1.xml
Expand Up @@ -17,39 +17,19 @@

<!-- Issues in Weld (the RI) -->

<!-- WELD-395 -->
<class name="org.jboss.jsr299.tck.tests.decorators.definition.DecoratorDefinitionTest">
<methods>
<exclude name="testDecoratorIsManagedBean" />
</methods>
</class>

<!-- WELD-393 -->
<class name="org.jboss.jsr299.tck.interceptors.tests.definition.DefinitionTest">
<methods>
<exclude name="testInterceptorMethodDefinedOnTargetClass" />
</methods>
</class>

<!-- WELD-394 -->
<class name="org.jboss.jsr299.tck.tests.context.dependent.DependentContextTest">
<methods>
<exclude name="testDependentScopedDecoratorsAreDependentObjectsOfBean" />
</methods>
</class>

<!-- WELD-390 -->
<class name="org.jboss.jsr299.tck.interceptors.tests.lifecycleCallback.order.InvocationOrderTest">
<methods>
<exclude name="testInvocationOrder" />
</methods>
</class>
<!-- WELD-274 -->
<class name="org.jboss.jsr299.tck.tests.decorators.custom.broken.finalBeanClass.CustomDecoratorMatchingBeanWithFinalClassTest">
<methods>
<exclude name="testCustomDecoratorDecoratingFinalBean" />
</methods>
</class>
<!-- WELD-269 -->
<class name="org.jboss.jsr299.tck.tests.decorators.custom.CustomDecoratorTest">
<methods>
Expand All @@ -67,7 +47,7 @@
<exclude name="testAppliesToFinalMethodOnManagedBeanClass" />
</methods>
</class>
<!-- WELD-391 -->
<!-- WELD-377 -->
<class name="org.jboss.jsr299.tck.tests.decorators.invocation.EJBDecoratorInvocationTest">
<methods>
<exclude name="testEJBDecoratorInvocation" />
Expand Down

0 comments on commit 3aab26d

Please sign in to comment.