destroying session scope before session in some tomee lifecycles
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/94df0ba7 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/94df0ba7 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/94df0ba7 Branch: refs/heads/master Commit: 94df0ba7b81d6330055de819e125dcb629601339 Parents: bdd8644 Author: Romain Manni-Bucau <[email protected]> Authored: Mon May 4 18:25:48 2015 +0200 Committer: Mark Struberg <[email protected]> Committed: Mon May 4 19:57:36 2015 +0200 ---------------------------------------------------------------------- tck/cdi-tomee/src/test/resources/failing.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/94df0ba7/tck/cdi-tomee/src/test/resources/failing.xml ---------------------------------------------------------------------- diff --git a/tck/cdi-tomee/src/test/resources/failing.xml b/tck/cdi-tomee/src/test/resources/failing.xml index 6ec10c3..23ceda0 100644 --- a/tck/cdi-tomee/src/test/resources/failing.xml +++ b/tck/cdi-tomee/src/test/resources/failing.xml @@ -23,7 +23,7 @@ --> <test name="CDI TCK for developers (debugging)"> <classes> - <class name="org.jboss.cdi.tck.tests.context.request.ws.RequestContextTest" /> + <class name="org.jboss.cdi.tck.tests.deployment.shutdown.ApplicationShutdownLifecycleTest" /> </classes> </test> </suite>
