Author: shane.bryzak(a)jboss.com
Date: 2009-10-05 19:56:13 -0400 (Mon, 05 Oct 2009)
New Revision: 3862
Modified:
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/method/definition/ProducerMethodDefinitionTest.java
Log:
minor
Modified:
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/method/definition/ProducerMethodDefinitionTest.java
===================================================================
---
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/method/definition/ProducerMethodDefinitionTest.java 2009-10-05
23:01:36 UTC (rev 3861)
+++
tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/producer/method/definition/ProducerMethodDefinitionTest.java 2009-10-05
23:56:13 UTC (rev 3862)
@@ -40,18 +40,14 @@
}
@Test(groups = { "producerMethod" })
- @SpecAssertions( {
- @SpecAssertion(section = "3.3", id = "aa")
- } )
+ @SpecAssertion(section = "3.3", id = "aa")
public void testProducerOnNonBean() throws Exception
{
assert getBeans(Cherry.class).isEmpty();
}
@Test(groups = "producerMethod")
- @SpecAssertions( {
- @SpecAssertion(section = "3.3.5", id = "b")
- } )
+ @SpecAssertion(section = "3.3.5", id = "b")
public void testStaticDisposerMethod() throws Exception
{
assert getBeans(String.class).size() == 1;
Show replies by date