fixed merge for CDITests
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
7e961b2c99
commit
9ba9df1495
|
@ -63,7 +63,7 @@ public class CDITests extends AbstractDistributionTest
|
|||
// TODO Arguments.of("weld", "cdi-decorate", null), // Weld >= 3.1.3
|
||||
|
||||
// -- Apache OpenWebBeans --
|
||||
Arguments.of("owb", "jsp", renameJettyWebOwbXml)
|
||||
Arguments.of("owb", "cdi-spi", null)
|
||||
// Arguments.of("owb", "decorate", null), // Not supported
|
||||
// Arguments.of("owb", "cdi-decorate", null) // Not supported
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue