[BAEL-14843] - Fixed tests in jersey module
This commit is contained in:
parent
948243ef0c
commit
3fa896b286
@ -26,6 +26,7 @@ public class FruitResourceIntegrationTest extends JerseyTest {
|
|||||||
protected Application configure() {
|
protected Application configure() {
|
||||||
enable(TestProperties.LOG_TRAFFIC);
|
enable(TestProperties.LOG_TRAFFIC);
|
||||||
enable(TestProperties.DUMP_ENTITY);
|
enable(TestProperties.DUMP_ENTITY);
|
||||||
|
forceSet(TestProperties.CONTAINER_PORT, "0");
|
||||||
|
|
||||||
ViewApplicationConfig config = new ViewApplicationConfig();
|
ViewApplicationConfig config = new ViewApplicationConfig();
|
||||||
config.register(FruitExceptionMapper.class);
|
config.register(FruitExceptionMapper.class);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user