Commit 196019d5b43c7be0f97cb3e6dd38c1228cdd0cff
1 parent
f7a18fbf
Exists in
master
[FWK-234] Ajustado teste para usar novo FacesContextProducer ao invés do
antigo FacesContextProxy.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
impl/extension/jsf/src/test/java/test/Tests.java
| ... | ... | @@ -64,6 +64,7 @@ import br.gov.frameworkdemoiselle.internal.implementation.ParameterImpl; |
| 64 | 64 | import br.gov.frameworkdemoiselle.internal.implementation.RedirectExceptionHandler; |
| 65 | 65 | import br.gov.frameworkdemoiselle.internal.implementation.RedirectExceptionHandlerFactory; |
| 66 | 66 | import br.gov.frameworkdemoiselle.internal.implementation.SecurityObserver; |
| 67 | +import br.gov.frameworkdemoiselle.internal.procuder.FacesContextProducer; | |
| 67 | 68 | import br.gov.frameworkdemoiselle.internal.procuder.ParameterProducer; |
| 68 | 69 | import br.gov.frameworkdemoiselle.template.AbstractEditPageBean; |
| 69 | 70 | import br.gov.frameworkdemoiselle.template.AbstractListPageBean; |
| ... | ... | @@ -120,6 +121,7 @@ public final class Tests { |
| 120 | 121 | .addClass(AbstractEditPageBean.class) |
| 121 | 122 | .addClass(PageBean.class) |
| 122 | 123 | .addClass(EditPageBean.class) |
| 124 | + .addClass(FacesContextProducer.class) | |
| 123 | 125 | .addClass(PreviousView.class) |
| 124 | 126 | .addClass(Redirect.class) |
| 125 | 127 | .addClass(NextView.class) | ... | ... |