Skip to content

Commit

Permalink
leave initializer methods to tomorrow
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@239 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Nov 4, 2008
1 parent c7d04b6 commit e9d427d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public void testCreateInjectsFieldsDeclaredInJava()
assert tunaFarm.tuna != null;
}

@Test(groups="beanConstruction") @SpecAssertion(section="5.3")
@Test(groups="initializerMethod") @SpecAssertion(section="5.3")
public void testInitializerMethodsCalled()
{
assert false;
Expand Down
1 change: 1 addition & 0 deletions webbeans-ri/testng.xml
Expand Up @@ -28,6 +28,7 @@
<exclude name="singletons" />
<exclude name="ejbjarxml" />
<exclude name="beanDestruction" />
<exclude name="initializerMethod" />
<exclude name="commonAnnotations" />
</run>
</groups>
Expand Down

0 comments on commit e9d427d

Please sign in to comment.