[richfaces-planning-issues] [JBoss JIRA] Created: (RFPL-1614) Metamer - Autocomplete and Inplace Input - JSR 303 validator tests

Jan Papousek (JIRA) jira-events at lists.jboss.org
Wed Aug 17 08:31:17 EDT 2011


Metamer - Autocomplete and Inplace Input - JSR 303 validator tests
------------------------------------------------------------------

                 Key: RFPL-1614
                 URL: https://issues.jboss.org/browse/RFPL-1614
             Project: RichFaces Planning
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.1.0.Milestone1
            Reporter: Jan Papousek


The JSR 303 selenium tests for rich:autocomplete and rich:inplaceSelect don't work correctly. Both tests use shared class TestComponentWithJSR303 (http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAutocomplete/TestComponentWithJSR303.java). There are 2 problems:
# '_textEquals.locator(...).text(...)_' should be replaced by '_TextContainsCondition.getInstance().locator(...).text(...)_' (because of the prefix in MyFaces messages)
# Filling the inputs manually produces validator messages, but the tests don't.

It would be nice to unify the JSR 303 tests with tests of other components:
- rich:select
- rich:inputNumberSlider
- rich:inputNumberSpinner
...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-planning-issues mailing list