[JBoss JIRA] (RF-13301) Favor use of Page Fragments in Framework Tests
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13301?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13301:
------------------------------------
I see this as a task that can be completed by either QE or ENG, depending on who is waiting for who at the end of the release cycle.
> Favor use of Page Fragments in Framework Tests
> ----------------------------------------------
>
> Key: RF-13301
> URL: https://issues.jboss.org/browse/RF-13301
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Affects Versions: 5.0.0.Alpha2
> Reporter: Lukáš Fryč
> Assignee: Pavol Pitonak
> Fix For: 5.0.0.Alpha2
>
>
> Since we have introduced Page Fragments in Alpha2, we could favor their usage in fragment tests.
> We could start to refactor tests for components rewritten in Alpha2 and continue as we rewrite other components.
--
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
[JBoss JIRA] (RF-13304) Autocomplete: value change listener doesn't work
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13304?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13304:
-------------------------------
Fix Version/s: 5.0.0.Alpha2
> Autocomplete: value change listener doesn't work
> ------------------------------------------------
>
> Key: RF-13304
> URL: https://issues.jboss.org/browse/RF-13304
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input, regression
> Affects Versions: 5.0.0.Alpha2
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> EAP 6.1.1
> Mojarra 2.1.19-jbossorg-1
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Firefox 24 @ Linux x86_64
> Reporter: Pavol Pitonak
> Priority: Critical
> Fix For: 5.0.0.Alpha2
>
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richAutocomplete/autocompl... in Firefox 24
> # type 'h' into autocomplete
> # select 'Hawaii'
> # click outside the autocomplete so that the value is sent to the server
> # check phases panel in header
> result:
> * you can see "* 1 value changed: null -> Hawaii" and "* 2 value changed" for a short while
> * after ca. 1s yet another ajax request is done and only "* 2 value changed" is visible
> * in Chrome 30, the second ajax request is not fired
> * in Chrome 30, when you select some nonexisting value in autocomplete, e.g. "xxx", it behaves the same as Firefox 24
> * in RichFaces 4.3.4.Final, output of both listeners is visible, it is a regression
--
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
[JBoss JIRA] (RF-13304) Autocomplete: value change listener doesn't work
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13304:
----------------------------------
Summary: Autocomplete: value change listener doesn't work
Key: RF-13304
URL: https://issues.jboss.org/browse/RF-13304
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input, regression
Affects Versions: 5.0.0.Alpha2
Environment: RichFaces 5.0.0-SNAPSHOT
Metamer 5.0.0-SNAPSHOT
EAP 6.1.1
Mojarra 2.1.19-jbossorg-1
Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
Firefox 24 @ Linux x86_64
Reporter: Pavol Pitonak
Priority: Critical
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richAutocomplete/autocompl... in Firefox 24
# type 'h' into autocomplete
# select 'Hawaii'
# click outside the autocomplete so that the value is sent to the server
# check phases panel in header
result:
* you can see "* 1 value changed: null -> Hawaii" and "* 2 value changed" for a short while
* after ca. 1s yet another ajax request is done and only "* 2 value changed" is visible
* in Chrome 30, the second ajax request is not fired
* in Chrome 30, when you select some nonexisting value in autocomplete, e.g. "xxx", it behaves the same as Firefox 24
* in RichFaces 4.3.4.Final, output of both listeners is visible, it is a regression
--
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
[JBoss JIRA] (RF-13303) Page Fragments module tests can not run
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13303?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-13303:
----------------------------------
Linking pull request.
The problem was that page-fragments tests were Arquillian Graphene tests, and at the same time they were not integration tests.
Because they are unit tests, I have changed them to be mocked instead. They do not need browser for testing.
> Page Fragments module tests can not run
> ---------------------------------------
>
> Key: RF-13303
> URL: https://issues.jboss.org/browse/RF-13303
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Assignee: Juraj Húska
> Priority: Blocker
>
> The RichFaces repository can not be built.
> The page fragments module tests can not be run.
--
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
[JBoss JIRA] (RF-13303) Page Fragments module tests can not run
by Juraj Húska (JIRA)
Juraj Húska created RF-13303:
--------------------------------
Summary: Page Fragments module tests can not run
Key: RF-13303
URL: https://issues.jboss.org/browse/RF-13303
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 5.0.0.Alpha2
Reporter: Juraj Húska
Assignee: Juraj Húska
Priority: Blocker
The RichFaces repository can not be built.
The page fragments module tests can not be run.
--
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