Skip to content

Commit

Permalink
WELD-393: upgrading to interceptors CR10
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed Jan 29, 2010
1 parent c5960f7 commit 35d00a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 30 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -76,7 +76,7 @@
<javassist.version>3.11.0.GA</javassist.version>
<cdi.tck.version>1.0.1-CR1</cdi.tck.version>
<atinject.tck.version>1.0.0-PFD-3</atinject.tck.version>
<jboss.interceptor.version>1.0.0-CR9</jboss.interceptor.version>
<jboss.interceptor.version>1.0.0-CR10</jboss.interceptor.version>
<slf4j.version>1.5.10</slf4j.version>
<cal10n.version>0.7.2</cal10n.version>
</properties>
Expand Down
@@ -1,7 +1,12 @@
# Configuration for running incontainer tests from your IDE
# Alter the path weld accordingly (relative from the tck/impl dir)
# Alter the path webbeans accordingly (relative from the tck/impl dir)
org.jboss.testharness.standalone=false
org.jboss.testharness.container.extraConfigurationDir=../../weld/jboss-as
org.jboss.testharness.container.extraConfigurationDir=/Users/marius/Work/jboss/weld/core/jboss-as
org.jboss.testharness.container.forceRestart=false
org.jboss.testharness.libraryDirectory=../../weld/jboss-tck-runner/target/dependency/lib
org.jboss.testharness.libraryDirectory=/Users/marius/Work/jboss/weld/core/jboss-tck-runner/target/dependency/lib
org.jboss.testharness.runIntegrationTests=true
#jboss.home=/opt/jboss/jboss-6.0.0-SNAPSHOT
jboss.home=/opt/jboss/jboss-6.0.0.M1
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
30 changes: 4 additions & 26 deletions jboss-tck-runner/src/test/resources/tck-tests.xml
Expand Up @@ -16,43 +16,21 @@
<classes>

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

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

<!-- WELD-390 -->

<!-- WELD-390 fixed, but TCK test is broken in 1.0.1-CR1 -->
<class name="org.jboss.jsr299.tck.interceptors.tests.lifecycleCallback.order.InvocationOrderTest">
<methods>
<exclude name="testInvocationOrder" />
</methods>
</class>

<!-- WELD-269 -->
<class name="org.jboss.jsr299.tck.tests.decorators.custom.CustomDecoratorTest">
<methods>
<exclude name="testCustomImplementationOfDecoratorInterface" />
</methods>
</class>
<!-- WELD-272 -->
<class name="org.jboss.jsr299.tck.tests.decorators.definition.broken.finalBeanClass.FinalBeanClassTest">
<methods>
<exclude name="testAppliesToFinalManagedBeanClass" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.decorators.definition.broken.finalBeanMethod.FinalBeanMethodTest">
<methods>
<exclude name="testAppliesToFinalMethodOnManagedBeanClass" />
</methods>
</class>
<!-- WELD-377 -->
<class name="org.jboss.jsr299.tck.tests.decorators.invocation.EJBDecoratorInvocationTest">
<methods>
<exclude name="testEJBDecoratorInvocation" />
</methods>
</class>

<!-- WELD-401 -->
<class name="org.jboss.jsr299.tck.tests.event.broken.observer.notBusinessMethod.EJBObserverMethodNotBusinessMethodTest">
<methods>
Expand Down

0 comments on commit 35d00a4

Please sign in to comment.