Author: julien(a)jboss.com
Date: 2008-01-22 16:15:21 -0500 (Tue, 22 Jan 2008)
New Revision: 9569
Modified:
modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/test/portlet/jsr286/tck/portletrequests/PublicRenderParameterAvailableInLifeCycleMethodTestCase.java
Log:
update test case coverage as this test case covers other points
Modified:
modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/test/portlet/jsr286/tck/portletrequests/PublicRenderParameterAvailableInLifeCycleMethodTestCase.java
===================================================================
---
modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/test/portlet/jsr286/tck/portletrequests/PublicRenderParameterAvailableInLifeCycleMethodTestCase.java 2008-01-22
21:12:58 UTC (rev 9568)
+++
modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/test/portlet/jsr286/tck/portletrequests/PublicRenderParameterAvailableInLifeCycleMethodTestCase.java 2008-01-22
21:15:21 UTC (rev 9569)
@@ -56,6 +56,8 @@
import java.util.Collections;
/**
+ * lxxxv:
+ *
* A portlet can access the public render parameters in any lifecycle method via the
* getPublicParameterMap method of the portlet request. In addition the portlet can
access
* public render parameters via the getParameter and getParameterMap methods. In the
@@ -64,6 +66,13 @@
* parameter has the same name as a public render parameter the public render parameter
* values must be the last entries in the parameter value array.
*
+ * lxxxiv:
+ *
+ * If the portlet was the target of a render URL and this render URL has set a specific
public
+ * render parameter the portlet must receive at least this render parameter
+ *
+ * lxxxvi:
+ *
* Portlets can access a merged set of public and private parameters via the
getParameter
* methods on the PortletRequest or separated as maps of private parameters via the
* getPrivateParameterMap method and public parameters via the
Show replies by date