[JBoss JIRA] (RF-12744) Make the test suite log less verbose
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12744?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12744:
----------------------------
Original Estimate: 2 hours
Remaining Estimate: 2 hours
> Make the test suite log less verbose
> ------------------------------------
>
> Key: RF-12744
> URL: https://issues.jboss.org/browse/RF-12744
> Project: RichFaces
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: tests - unit
> Affects Versions: 5.0.0.M1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.M1
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> We could add logging.properties which will filter out unnecessary output (e.g. JSF container startup logging).
> We should also remove any unnecessary System.out/logging from tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12737) Showcase: focus preserve demo does not show benefits of the component
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12737?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12737.
----------------------------
Verified. Closing.
> Showcase: focus preserve demo does not show benefits of the component
> ---------------------------------------------------------------------
>
> Key: RF-12737
> URL: https://issues.jboss.org/browse/RF-12737
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.3.0.CR1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 4.3.0.CR2
>
>
> {code}
> <h:form>
>
> <rich:focus preserve="true" />
>
> <h:panelGrid columns="2">
> <h:inputText id="query" value="#{query}" />
> <a4j:commandButton value="Search" render="output" />
>
> <h:outputText value="Searched query:" />
> <h:outputText id="output" value="#{query}" />
> </h:panelGrid>
> </h:form>
> {code}
> Since only {{output}} is rendered, the focus is not required.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months