Commit fd8a89d6d290b1fbe0d3b8486103a49ed2548fa0
1 parent
875da311
Exists in
master
IN PROGRESS - issue FWK-120: Testes da extensão JSF (segurança +
mensagem + exceção) https://demoiselle.atlassian.net/browse/FWK-120
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
impl/extension/jsf/src/test/java/br/gov/frameworkdemoiselle/internal/configuration/ExceptionHandlerConfigTest.java
@@ -16,12 +16,12 @@ public class ExceptionHandlerConfigTest { | @@ -16,12 +16,12 @@ public class ExceptionHandlerConfigTest { | ||
16 | 16 | ||
17 | @Test | 17 | @Test |
18 | public void testGetExceptionPage() { | 18 | public void testGetExceptionPage() { |
19 | - assertEquals("/application_error", config.getExceptionPage()); | 19 | + assertEquals("/application_error", config.getDefaultRedirectExceptionPage()); |
20 | } | 20 | } |
21 | 21 | ||
22 | @Test | 22 | @Test |
23 | public void testIsHandleApplicationException() { | 23 | public void testIsHandleApplicationException() { |
24 | - assertEquals(true, config.isHandleApplicationException()); | 24 | + assertEquals(true, config.isApplicationExceptionHandle()); |
25 | } | 25 | } |
26 | 26 | ||
27 | } | 27 | } |