Skip to content

Commit

Permalink
gets the wrong exception in jboss as
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 4, 2010
1 parent 58e1951 commit ff9b110
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -31,10 +31,10 @@
public class BadInterceptorBindingTest extends AbstractWeldTest
{

@Test
@Test(groups="incontainer-broken")
public void testBadInterceptorBinding()
{

assert false;
}

}

0 comments on commit ff9b110

Please sign in to comment.