rlubke 01/12/18 06:26:57
Modified: src/server/jsp-tests/jsp/core_syntax/scripting/scriptlet
positiveScriptlet.jsp
Log:
Decremented counter after println() to allow multiple runs of
Watchdog to pass this test, otherwise the counter would continually
increase and fail the test during goldenfile comparison.
Revision Changes Path
1.2 +1 -0
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptlet.jsp
Index: positiveScriptlet.jsp
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptlet.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positiveScriptlet.jsp 2000/10/04 00:12:24 1.1
+++ positiveScriptlet.jsp 2001/12/18 14:26:57 1.2
@@ -11,5 +11,6 @@
<%! int i=5; %>
<% i++; %>
<% out.println(i); %>
+<% i--; %>
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>