|
There are quite a few tests which heavily rely on the order of failure detection and thus work on Weld only by accident!
For example in the org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.YoghurtConstructor which contains a wrong injection point but ALSO misses the default ct for this NormalScoped bean. And OWB fails with finding this error and thus throws the 'wrong' exception - which is nontheless correct...
|