You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2010/06/01 22:23:32 UTC

svn commit: r950236 - in /myfaces/portlet-bridge/tck/trunk: portlet-bridge-tck-main/src/main/webapp/WEB-INF/web.xml src/test/resources/tomcat_pluto/pluto-portal-driver-config.xml

Author: mfreedman
Date: Tue Jun  1 20:23:32 2010
New Revision: 950236

URL: http://svn.apache.org/viewvc?rev=950236&view=rev
Log:
Modified web.xml to never-delegate rendering so after-view attribute tests pass in environments where the portlet request is a servlet request (i.e. in this situation the base render will work (no servlet exception thrown) and hence the bridge code that is supposed to set this attribute is never hit.

Also updated the static pluto config file to reference the released war/app names.

Modified:
    myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/src/main/webapp/WEB-INF/web.xml
    myfaces/portlet-bridge/tck/trunk/src/test/resources/tomcat_pluto/pluto-portal-driver-config.xml

Modified: myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/src/main/webapp/WEB-INF/web.xml?rev=950236&r1=950235&r2=950236&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/src/main/webapp/WEB-INF/web.xml Tue Jun  1 20:23:32 2010
@@ -7,6 +7,10 @@
     <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
     <param-value>.jsp</param-value>
   </context-param>
+  <context-param>
+    <param-name>javax.portlet.faces.RENDER_POLICY</param-name>
+    <param-value>NEVER_DELEGATE</param-value>
+  </context-param>
   
   
   <!-- Faces Servlet -->

Modified: myfaces/portlet-bridge/tck/trunk/src/test/resources/tomcat_pluto/pluto-portal-driver-config.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/src/test/resources/tomcat_pluto/pluto-portal-driver-config.xml?rev=950236&r1=950235&r2=950236&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/src/test/resources/tomcat_pluto/pluto-portal-driver-config.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/src/test/resources/tomcat_pluto/pluto-portal-driver-config.xml Tue Jun  1 20:23:32 2010
@@ -30,446 +30,446 @@
 <portlet context="/pluto" name="AboutPortlet"/>
 </page>
 <page xmlns="" name="TestPage001" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-bridgeVersionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-bridgeVersionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage002" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-renderPolicyTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-renderPolicyTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage003" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-lifecycleTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-lifecycleTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage004" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-modeViewIDTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-modeViewIDTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage005" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-destroyActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-destroyActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage006" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-destroyRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-destroyRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage007" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-destroyDoubleTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-destroyDoubleTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage008" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-portletSetsViewIdTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-portletSetsViewIdTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage009" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-portletSetsViewPathTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-portletSetsViewPathTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage010" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-nullRequestActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-nullRequestActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage011" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter3Tests-nullRequestRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter3Tests-nullRequestRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage012" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_1Tests-initMethodTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_1Tests-initMethodTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage013" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_5Tests-requestProcessingNonFacesTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_5Tests-requestProcessingNonFacesTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage014" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_6Tests-getBridgeClassNameMethodTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_6Tests-getBridgeClassNameMethodTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage015" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_7Tests-getDefaultViewIdMapMethodTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_7Tests-getDefaultViewIdMapMethodTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage016" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_8Tests-getExcludedRequestAttributesMethodSetListTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_8Tests-getExcludedRequestAttributesMethodSetListTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage017" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_8Tests-getExcludedRequestAttributesMethodSetSingleValueTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_8Tests-getExcludedRequestAttributesMethodSetSingleValueTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage018" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_8Tests-getExcludedRequestAttributesMethodNotSetTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_8Tests-getExcludedRequestAttributesMethodNotSetTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage019" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_9Tests-isPreserveActionParametersMethodSetTrueTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_9Tests-isPreserveActionParametersMethodSetTrueTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage020" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_9Tests-isPreserveActionParametersMethodSetFalseTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_9Tests-isPreserveActionParametersMethodSetFalseTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage021" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_9Tests-isPreserveActionParametersMethodNotSetTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_9Tests-isPreserveActionParametersMethodNotSetTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage022" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_10Tests-getResponseContentTypeMethodSetTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_10Tests-getResponseContentTypeMethodSetTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage023" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_10Tests-getResponseContentTypeMethodNotSetTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_10Tests-getResponseContentTypeMethodNotSetTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage024" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_11Tests-getResponseCharacterSetEncodingMethodSetTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_11Tests-getResponseCharacterSetEncodingMethodSetTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage025" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_11Tests-getResponseCharacterSetEncodingMethodNotSetTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_11Tests-getResponseCharacterSetEncodingMethodNotSetTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage026" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter4_2_12Tests-getFacesBridgeMethodTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter4_2_12Tests-getFacesBridgeMethodTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage027" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_1_2Tests-requestScopeContentsTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_1_2Tests-requestScopeContentsTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage028" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_1_2Tests-requestScopeRestartedOnActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_1_2Tests-requestScopeRestartedOnActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage029" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_1_2Tests-requestNoScopeOnRedirectTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_1_2Tests-requestNoScopeOnRedirectTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage030" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_1_2Tests-requestNoScopeOnModeChangeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_1_2Tests-requestNoScopeOnModeChangeTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage031" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_1_2Tests-requestPreserveActionParamsTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_1_2Tests-requestPreserveActionParamsTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage032" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_1_2Tests-requestRenderIgnoresScopeViaCreateViewTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_1_2Tests-requestRenderIgnoresScopeViaCreateViewTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage033" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_1_2Tests-requestRenderRedisplayTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_1_2Tests-requestRenderRedisplayTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage034" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_1_2Tests-requestRedisplayOutOfScopeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_1_2Tests-requestRedisplayOutOfScopeTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage035" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_1_2Tests-excludedAttributesTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_1_2Tests-excludedAttributesTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage036" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-verifyPortletObjectsTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-verifyPortletObjectsTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage037" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-verifyPortletPhaseTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-verifyPortletPhaseTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage038" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-portletSetsInvalidViewPathTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-portletSetsInvalidViewPathTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage039" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-renderRedirectTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-renderRedirectTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage040" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-ignoreCurrentViewIdModeChangeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-ignoreCurrentViewIdModeChangeTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage041" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-exceptionThrownWhenNoDefaultViewIdTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-exceptionThrownWhenNoDefaultViewIdTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage042" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-viewIdWithParam_1_Test-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-viewIdWithParam_1_Test-portlet"/>
 </page>
 <page xmlns="" name="TestPage043" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-viewIdWithParam_2_Test-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-viewIdWithParam_2_Test-portlet"/>
 </page>
 <page xmlns="" name="TestPage044" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-facesContextReleasedActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-facesContextReleasedActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage045" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-portletPhaseRemovedActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-portletPhaseRemovedActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage046" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-bridgeSetsContentTypeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-bridgeSetsContentTypeTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage047" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-isPostbackTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-isPostbackTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage048" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-renderPhaseListenerTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-renderPhaseListenerTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage049" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-facesContextReleasedRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-facesContextReleasedRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage050" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_2Tests-portletPhaseRemovedRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_2Tests-portletPhaseRemovedRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage051" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_3Tests-noViewStateParamOnModeChangeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_3Tests-noViewStateParamOnModeChangeTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage052" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_3Tests-checkViewHistoryTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_3Tests-checkViewHistoryTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage053" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter5_3Tests-navigateToLastViewTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter5_3Tests-navigateToLastViewTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage054" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_1Tests-facesContextFactoryServiceProviderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_1Tests-facesContextFactoryServiceProviderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage055" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_1Tests-wrappedFacesContextTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_1Tests-wrappedFacesContextTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage056" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-dispatchUsesIncludeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-dispatchUsesIncludeTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage057" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLPoundCharTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLPoundCharTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage058" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLAbsoluteURLTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLAbsoluteURLTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage059" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLDirectLinkTrueTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLDirectLinkTrueTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage060" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLDirectLinkFalseTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLDirectLinkFalseTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage061" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLPortletRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLPortletRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage062" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLPortletActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLPortletActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage063" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLJSFViewActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLJSFViewActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage064" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithParamActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithParamActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage065" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithModeActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithModeActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage066" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidModeActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidModeActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage067" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithWindowStateActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithWindowStateActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage068" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidWindowStateActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidWindowStateActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage069" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithSecurityActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithSecurityActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage070" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidSecurityActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidSecurityActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage071" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLJSFViewRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLJSFViewRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage072" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithParamRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithParamRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage073" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithModeRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithModeRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage074" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidModeRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidModeRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage075" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithWindowStateRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithWindowStateRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage076" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidWindowStateRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidWindowStateRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage077" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithSecurityRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithSecurityRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage078" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidSecurityRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeActionURLWithInvalidSecurityRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage079" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeURLEscapingTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeURLEscapingTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage080" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeResourceURLOpaqueTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeResourceURLOpaqueTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage081" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeResourceURLForeignExternalURLTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeResourceURLForeignExternalURLTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage082" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeResourceURLForeignExternalURLBackLinkTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeResourceURLForeignExternalURLBackLinkTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage083" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeResourceURLRelativeURLTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeResourceURLRelativeURLTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage084" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeResourceURLRelativeURLBackLinkTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeResourceURLRelativeURLBackLinkTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage085" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeResourceURLTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeResourceURLTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage086" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeResourceURLBackLinkTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeResourceURLBackLinkTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage087" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeResourceURLViewLinkTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeResourceURLViewLinkTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage088" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-encodeResourceURLViewLinkWithBackLinkTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-encodeResourceURLViewLinkWithBackLinkTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage089" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getSetRequestObjectTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getSetRequestObjectTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage090" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-setRequestCharacterEncodingRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-setRequestCharacterEncodingRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage091" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-setRequestCharacterEncodingActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-setRequestCharacterEncodingActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage092" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestHeaderMapRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestHeaderMapRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage093" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestHeaderMapActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestHeaderMapActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage094" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestHeaderValuesMapRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestHeaderValuesMapRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage095" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestHeaderValuesMapActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestHeaderValuesMapActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage096" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-requestMapCoreTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-requestMapCoreTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage097" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-requestMapRequestScopeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-requestMapRequestScopeTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage098" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-requestMapPreDestroyRemoveWithinActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-requestMapPreDestroyRemoveWithinActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage099" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestParameterMapCoreTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestParameterMapCoreTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage100" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestParameterPreserveParamsTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestParameterPreserveParamsTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage101" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestParameterDefaultViewParamsTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestParameterDefaultViewParamsTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage102" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestParameterNamesCoreTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestParameterNamesCoreTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage103" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestParameterNamesPreserveParamsTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestParameterNamesPreserveParamsTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage104" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestParameterNamesDefaultViewParamsTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestParameterNamesDefaultViewParamsTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage105" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestPathInfoTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestPathInfoTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage106" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestServletPathTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestServletPathTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage107" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestCharacterEncodingRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestCharacterEncodingRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage108" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestCharacterEncodingActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestCharacterEncodingActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage109" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestContentTypeRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestContentTypeRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage110" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getRequestContentTypeActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getRequestContentTypeActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage111" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getResponseCharacterEncodingRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getResponseCharacterEncodingRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage112" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getResponseCharacterEncodingActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getResponseCharacterEncodingActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage113" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getResponseContentTypeRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getResponseContentTypeRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage114" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-getResponseContentTypeActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-getResponseContentTypeActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage115" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-redirectActionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-redirectActionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage116" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-redirectRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-redirectRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage117" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_1Tests-illegalRedirectRenderTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_1Tests-illegalRedirectRenderTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage118" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-encodeNamespaceTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-encodeNamespaceTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage119" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getApplicationMapTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getApplicationMapTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage120" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getAuthTypeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getAuthTypeTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage121" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getContextTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getContextTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage122" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getInitParameterTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getInitParameterTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage123" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getInitParameterMapTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getInitParameterMapTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage124" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getRemoteUserTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getRemoteUserTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage125" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getRequestContextPathTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getRequestContextPathTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage126" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getRequestCookieMapTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getRequestCookieMapTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage127" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getRequestLocaleTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getRequestLocaleTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage128" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getRequestLocalesTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getRequestLocalesTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage129" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getResourceTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getResourceTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage130" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getResourceAsStreamTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getResourceAsStreamTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage131" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getResourcePathsTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getResourcePathsTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage132" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-setResponseCharacterEncodingTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-setResponseCharacterEncodingTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage133" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getSessionTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getSessionTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage134" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-getSessionMapTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-getSessionMapTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage135" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_1_3_2Tests-sessionMapPreDestroyRemoveTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_1_3_2Tests-sessionMapPreDestroyRemoveTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage136" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_2_1Tests-isPortletNamingContainerTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_2_1Tests-isPortletNamingContainerTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage137" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_2_1Tests-hasRenderContentAfterViewAttributeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_2_1Tests-hasRenderContentAfterViewAttributeTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage138" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_2_1Tests-renderContentAfterViewTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_2_1Tests-renderContentAfterViewTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage139" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_5_1Tests-JSF_ELTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_5_1Tests-JSF_ELTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage140" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_5_1Tests-JSP_ELTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_5_1Tests-JSP_ELTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage141" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_6Tests-portletNamingContainerClientIdTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_6Tests-portletNamingContainerClientIdTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage142" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_6Tests-portletNamingContainerClientIdConsistentTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_6Tests-portletNamingContainerClientIdConsistentTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage143" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_6Tests-portletNamingContainerUIViewRootTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_6Tests-portletNamingContainerUIViewRootTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage144" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_6Tests-portletNamingContainerUIViewRootClientIdTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_6Tests-portletNamingContainerUIViewRootClientIdTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage145" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_7Tests-restoredViewStateParameterTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_7Tests-restoredViewStateParameterTest-portlet"/>
 </page>
 <page xmlns="" name="TestPage146" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-main-1.0.0-SNAPSHOT" name="chapter6_7Tests-setsIsPostbackAttributeTest-portlet"/>
+<portlet context="/portlet-bridge-tck-main-jsr301-1.0.0" name="chapter6_7Tests-setsIsPostbackAttributeTest-portlet"/>
 </page>
 
 <page xmlns="" name="TestPage147" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/portlet-bridge-testsuite-section3-2-lifecycle-set-1.0.0-SNAPSHOT" name="chapter3Tests-lifecycleTest-portlet"/>
+<portlet context="/portlet-bridge-tck-section3-2-lifecycle-set-jsr301-1.0.0" name="chapter3Tests-lifecycleTest-portlet"/>
 </page>