Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 12, 2010
1 parent 588c4e2 commit 6e2d9c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -12,8 +12,8 @@
@Artifact
public class SerializationTest extends AbstractWeldTest
{
@SuppressWarnings("unchecked")
@Test(description="WELD-363", groups = "broken")

@Test(description="WELD-363")
public void testConversationManagerSerializable()
throws Exception
{
Expand Down
Expand Up @@ -2,12 +2,14 @@

import java.lang.reflect.Field;

import javax.enterprise.context.SessionScoped;
import javax.enterprise.inject.Instance;

import org.jboss.weld.conversation.AbstractConversationManager;
import org.jboss.weld.conversation.ConversationImpl;
import org.jboss.weld.conversation.ServletConversationManager;

@SessionScoped
public class TestConversationManager extends ServletConversationManager
{

Expand Down

0 comments on commit 6e2d9c4

Please sign in to comment.