[portletbridge-dev] [portletbridge/portletbridge] 5e35fa: PBR-487 Update remaining Testsuite classes to use ...

Ken Finnigan ken at kenfinnigan.me
Tue Feb 5 15:37:05 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/portletbridge/portletbridge
  Commit: 5e35fa044c783e432b9e08429c6f438bab48aaa8
      https://github.com/portletbridge/portletbridge/commit/5e35fa044c783e432b9e08429c6f438bab48aaa8
  Author: Ken Finnigan <ken at kenfinnigan.me>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M testsuites/common/src/main/java/org/jboss/portletbridge/test/Bean.java
    R testsuites/common/src/main/java/org/jboss/portletbridge/test/PortletExpectedConditions.java
    R testsuites/common/src/main/java/org/jboss/portletbridge/test/TestDeployment.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/AjaxSubmitTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/HelloJsfPortletTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/JsfFormSubmitTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandButton/CommandButtonBean.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandButton/CommandButtonTest.java
    A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandLink/CommandLinkPage.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandLink/CommandLinkTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/inputText/InputTextBean.java
    A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/inputText/InputTextPage.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/inputText/InputTextTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/link/LinkBean.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/link/LinkTest.java
    A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/link/RenderActionBean.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/message/MessagesTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLabel/OutputLabelTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputText/OutputTextTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/selectCheckbox/SelectCheckboxBean.java
    A testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/selectCheckbox/SelectCheckboxPage.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/selectCheckbox/SelectCheckboxTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/NoWebXmlTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlNoFacesServletTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlNoFacesServletWithErrorPagesTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlWithErrorPagesTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/exception/ExceptionBean.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/exception/ExceptionWithSuffixTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/exception/ExceptionWithoutSuffixTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionCustomTagTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionDefineTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionParameterTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionRemoveTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/i18n/I18nResourceTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/i18n/LanguageBean.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/NavigationConditionalTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/NavigationTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/PageController.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/PaymentController.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/redirect/AjaxRedirectTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/scope/flash/FlashScopeTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/scope/view/ViewScopeTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageAbstractTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageDevelopmentTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageProductionTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/taglib/PortletTagTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/LoginRegisterBean.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/ValidatorAjaxEmailTest.java
    M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/ValidatorEmailTest.java
    M testsuites/jsf2/src/test/resources/WEB-INF/faces-config.xml
    R testsuites/jsf2/src/test/resources/WEB-INF/portlet.xml
    R testsuites/jsf2/src/test/resources/WEB-INF/web.xml
    R testsuites/jsf2/src/test/resources/ajax.xhtml
    R testsuites/jsf2/src/test/resources/form.xhtml
    R testsuites/jsf2/src/test/resources/output.xhtml
    A testsuites/jsf2/src/test/resources/pages/ajax.xhtml
    M testsuites/jsf2/src/test/resources/pages/component/h/commandLink/commandlink.xhtml
    M testsuites/jsf2/src/test/resources/pages/component/h/inputText/inputtext.xhtml
    M testsuites/jsf2/src/test/resources/pages/component/h/link/link.xhtml
    M testsuites/jsf2/src/test/resources/pages/exception/error.xhtml
    M testsuites/jsf2/src/test/resources/pages/exception/test.xhtml
    M testsuites/jsf2/src/test/resources/pages/facelet/commonHeader.xhtml
    A testsuites/jsf2/src/test/resources/pages/form.xhtml
    M testsuites/jsf2/src/test/resources/pages/i18n/main.xhtml
    A testsuites/jsf2/src/test/resources/pages/output.xhtml
    M testsuites/jsf2/src/test/resources/pages/redirect/ajax.xhtml
    M testsuites/jsf2/src/test/resources/pages/scope/flash/home.xhtml
    M testsuites/jsf2/src/test/resources/pages/scope/view/users.xhtml
    M testsuites/pom.xml
    M testsuites/richfaces4/src/test/java/org/jboss/portletbridge/test/A4jCommandLinkTest.java

  Log Message:
  -----------
  PBR-487 Update remaining Testsuite classes to use new patterns defined in CommandButtonTest





More information about the portletbridge-dev mailing list