Skip to content

Commit

Permalink
stubs for new lifecycle tests
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@475 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
nickarls committed Dec 8, 2008
1 parent 850f8d9 commit a2281e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
@@ -0,0 +1,10 @@
package org.jboss.webbeans.test.ejb;

import org.jboss.webbeans.test.AbstractTest;
import org.jboss.webbeans.test.SpecVersion;

@SpecVersion("20081206")
public class EnterpriseBeanLifecycleTest extends AbstractTest
{
// 6.4, 6.5 & 6.9
}
Expand Up @@ -14,7 +14,6 @@
import org.testng.annotations.Test;

@SpecVersion("20081206")
@SuppressWarnings("unused")
public class EnterpriseBeanSpecializationTest extends AbstractTest
{
/**
Expand Down

0 comments on commit a2281e2

Please sign in to comment.