[weld-commits] Weld SVN: r5965 - cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/conversation.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Feb 28 16:20:01 EST 2010


Author: nickarls
Date: 2010-02-28 16:20:00 -0500 (Sun, 28 Feb 2010)
New Revision: 5965

Modified:
   cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/conversation/InvalidatingSessionDestroysConversationTest.java
Log:
Fix DeploymentException

Modified: cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/conversation/InvalidatingSessionDestroysConversationTest.java
===================================================================
--- cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/conversation/InvalidatingSessionDestroysConversationTest.java	2010-02-27 13:31:35 UTC (rev 5964)
+++ cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/conversation/InvalidatingSessionDestroysConversationTest.java	2010-02-28 21:20:00 UTC (rev 5965)
@@ -32,7 +32,7 @@
  * @author Nicklas Karlsson
  */
 @Artifact(addCurrentPackage=false)
- at Classes({Storm.class, ConversationTestPhaseListener.class, ConversationStatusServlet.class, Cloud.class, CloudController.class})
+ at Classes({Storm.class, ConversationTestPhaseListener.class, OutermostFilter.class, ConversationStatusServlet.class, Cloud.class, CloudController.class})
 @IntegrationTest(runLocally=true)
 @Resources({
   @Resource(destination="WEB-INF/faces-config.xml", source="faces-config.xml"),



More information about the weld-commits mailing list