You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by do...@apache.org on 2004/11/17 23:10:34 UTC

svn commit: rev 76178 - incubator/beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/script

Author: dolander
Date: Wed Nov 17 14:10:32 2004
New Revision: 76178

Modified:
   incubator/beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/script/ProcessPopulateTest.java
Log:
Didn't know there was a JUnit test of process populate so I didn't update the interface there.



Modified: incubator/beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/script/ProcessPopulateTest.java
==============================================================================
--- incubator/beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/script/ProcessPopulateTest.java	(original)
+++ incubator/beehive/trunk/netui/test/src/junitTests/org/apache/beehive/netui/test/script/ProcessPopulateTest.java	Wed Nov 17 14:10:32 2004
@@ -54,7 +54,7 @@
     public static class HelloWorldPrefixHandler
         implements RequestParameterHandler
     {
-        public void process(HttpServletRequest request, String key, ProcessPopulate.ExpressionUpdateNode node)
+        public void process(HttpServletRequest request, String key, String expr, ProcessPopulate.ExpressionUpdateNode node)
         {
             String[] ary = {"hello world!"};
             node.values = ary;