rlubke 02/01/28 16:08:40
Modified: src/server/jsp-tests/jsp/tagext/misc persistentValues.jsp
request_time_attributes.jsp
Log:
- content push from CTS
Revision Changes Path
1.2 +5 -3
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/misc/persistentValues.jsp
Index: persistentValues.jsp
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/misc/persistentValues.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- persistentValues.jsp 18 Nov 2000 00:46:05 -0000 1.1
+++ persistentValues.jsp 29 Jan 2002 00:08:40 -0000 1.2
@@ -4,12 +4,14 @@
<%
/**
Name : persistentValues
- Description : Tests to see if the values of instance variaables remains
persistent .
+ Description : Tests to see if the values of instance variables remains
persistent.
- Result : Message should be printed at the beginning of each tag starting
from the first tag and then at the end of each tag starting from the innnermost tag
+ Result : Message should be printed at the beginning of each tag starting
+ from the first tag and then at the end of each tag starting from
+ the innner most tag
**/
-%>
+%>
<%@ taglib uri="/TestLib.tld" prefix="test" %>
1.5 +3 -3
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/misc/request_time_attributes.jsp
Index: request_time_attributes.jsp
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/misc/request_time_attributes.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- request_time_attributes.jsp 1 Dec 2000 22:12:04 -0000 1.4
+++ request_time_attributes.jsp 29 Jan 2002 00:08:40 -0000 1.5
@@ -3,14 +3,14 @@
<title>Request time attributes evaluation</title>
<body>
<% /** Name:request_time_attributes
- Description: This tests the order of evaluation of
+ Description: This tests the evaluation order of
request time attributes in actions. The order of evaluation
- is from left to right.
+ is from left to right.
Result: Should calculate the expressions from left to right
and return the correct values
-**/ %>
+**/ %>
<%! int i=10; %>
<%@ taglib uri="/TestLib.tld" prefix="request" %>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>