Branch: refs/heads/master
Home:
https://github.com/portletbridge/portletbridge
Commit: cbfc8340211bca9703c877d1a5acdea96735d1bb
https://github.com/portletbridge/portletbridge/commit/cbfc8340211bca9703c...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-08 (Fri, 08 Mar 2013)
Changed paths:
A
testsuites/common/src/main/java/org/jboss/portletbridge/test/AbstractPortletTest.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/CommandButtonTest.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/InputTextTest.java
M
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/link/LinkTest.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/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/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/FaceletCompositionTest.java
M
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/fixes/pbr500/PBR500Test.java
M
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/i18n/I18nResourceTest.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/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/taglib/PortletTagTest.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
Log Message:
-----------
Create abstract test class to handle common test setup
Commit: cbb09d7931b5dcee10fd2c1a911cb0dbd1cf1a4f
https://github.com/portletbridge/portletbridge/commit/cbb09d7931b5dcee10f...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-08 (Fri, 08 Mar 2013)
Changed paths:
M
core/portletbridge-impl/src/main/java/org/jboss/portletbridge/context/PortletExternalContextImpl.java
M
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLink/OutputLinkPage.java
M
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLink/OutputLinkTest.java
M testsuites/jsf2/src/test/resources/pages/component/h/outputLink/outputlink.xhtml
M testsuites/pom.xml
Log Message:
-----------
PBR-496 Mismatch between current view prefix/suffix and view for URL generation causes
invalid URLs
Compare:
https://github.com/portletbridge/portletbridge/compare/a32efb26983d...cbb...