Author: pete.muir(a)jboss.org
Date: 2010-01-18 19:01:40 -0500 (Mon, 18 Jan 2010)
New Revision: 5509
Modified:
cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/bean/custom/CustomBeanImplementationTest.java
Log:
Enable working test
Modified:
cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/bean/custom/CustomBeanImplementationTest.java
===================================================================
---
cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/bean/custom/CustomBeanImplementationTest.java 2010-01-18
23:58:40 UTC (rev 5508)
+++
cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/definition/bean/custom/CustomBeanImplementationTest.java 2010-01-19
00:01:40 UTC (rev 5509)
@@ -38,8 +38,7 @@
{
@Test
- @SpecAssertions({
- //@SpecAssertion(section = "5.1", id = "b"),
+ @SpecAssertions({
@SpecAssertion(section = "5.1.1", id = "k")
})
public void testGetBeanClassCalled()
@@ -47,9 +46,8 @@
assert IntegerBean.bean.isGetBeanClassCalled();
}
- @Test(groups = { "ri-broken" })
+ @Test
@SpecAssertion(section = "5.1.1", id = "k")
- // WBRI-328
public void testGetStereotypesCalled()
{
assert IntegerBean.bean.isGetStereotypesCalled();
Show replies by date