You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/09/16 04:32:26 UTC

svn commit: rev 46146 - portals/pluto/trunk/testsuite/src/webapp/WEB-INF

Author: ddewolf
Date: Wed Sep 15 19:32:26 2004
New Revision: 46146

Modified:
   portals/pluto/trunk/testsuite/src/webapp/WEB-INF/web.xml
Log:
Adding test context parameters.

Modified: portals/pluto/trunk/testsuite/src/webapp/WEB-INF/web.xml
==============================================================================
--- portals/pluto/trunk/testsuite/src/webapp/WEB-INF/web.xml	(original)
+++ portals/pluto/trunk/testsuite/src/webapp/WEB-INF/web.xml	Wed Sep 15 19:32:26 2004
@@ -23,6 +23,16 @@
 
     <display-name>Pluto Testsuite</display-name>
 
+    <context-param>
+        <param-name>test-parameter-name</param-name>
+        <param-value>test-parameter-val</param-value>
+    </context-param>
+
+    <context-param>
+        <param-name>parameter-name</param-name>
+        <param-value>parameter-value</param-value>
+    </context-param>
+
     <servlet>
         <servlet-class>org.apache.pluto.portalImpl.portlet.test.ExternalAppScopedAttributeTestCompanionServlet</servlet-class>
         <servlet-name>extAppScopedTest</servlet-name>