Author: jharting
Date: 2010-02-09 07:22:42 -0500 (Tue, 09 Feb 2010)
New Revision: 5830
Modified:
cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/decorators/custom/CustomDecoratorTest.java
Log:
CDITCK-107
Modified:
cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/decorators/custom/CustomDecoratorTest.java
===================================================================
---
cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/decorators/custom/CustomDecoratorTest.java 2010-02-09
11:06:56 UTC (rev 5829)
+++
cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/decorators/custom/CustomDecoratorTest.java 2010-02-09
12:22:42 UTC (rev 5830)
@@ -46,6 +46,6 @@
assert AfterBeanDiscoveryObserver.getDecorator().isGetDelegateQualifiersCalled();
assert AfterBeanDiscoveryObserver.getDecorator().isGetDelegateTypeCalled();
assert !getCurrentManager().resolveDecorators(new
HashSet<Type>(Arrays.asList(Vehicle.class))).isEmpty();
- assert !getCurrentManager().resolveDecorators(new
HashSet<Type>(Arrays.asList(Bus.class))).isEmpty();
+ assert !getCurrentManager().resolveDecorators(new
HashSet<Type>(Arrays.asList(Vehicle.class, Bus.class))).isEmpty();
}
}
Show replies by date