Return-Path: Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 5880 invoked by uid 500); 30 Nov 2000 23:43:04 -0000 Delivered-To: apmail-jakarta-watchdog-4.0-cvs@apache.org Received: (qmail 5869 invoked by uid 1193); 30 Nov 2000 23:43:03 -0000 Date: 30 Nov 2000 23:43:03 -0000 Message-ID: <20001130234303.5868.qmail@locus.apache.org> From: santosh@locus.apache.org To: jakarta-watchdog-4.0-cvs@apache.org Subject: cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TagSupport default_return_values.jsp positiveDoAfterBody.jsp positiveDoEndTag.jsp positiveSetGetId.jsp positivefindAncestorWithClass.jsp santosh 00/11/30 15:43:03 Added: src/server/jsp-tests/jsp/tagext/TagSupport default_return_values.jsp positiveDoAfterBody.jsp positiveDoEndTag.jsp positiveSetGetId.jsp positivefindAncestorWithClass.jsp Log: new tests for TagSupport Revision Changes Path 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TagSupport/default_return_values.jsp Index: default_return_values.jsp =================================================================== default_return_values <% /** Name :default_return_values Description : Tests the default return values from the methods in TagSupport class Result : dfauult return values should be printed **/ %> <%@ taglib uri="/TestLib.tld" prefix="def" %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TagSupport/positiveDoAfterBody.jsp Index: positiveDoAfterBody.jsp =================================================================== positiveDoAfterBody <% /** Name : positiveDoAfterBody Description : prints "JSP is cool" repeatedly depending on the value of the attribute and then prints "End of Tag is Reached" . Result : "End of tag reached" "JSP is cool" "JSP is cool" "End of tag reached" "JSP is cool" "JSP is cool" "JSP is cool" "JSP is cool" "End of tag reached" "JSP is cool" "End of tag reached" "JSP is cool" "JSP is cool" "JSP is cool" "End of tag reached" **/ %> <%@ taglib uri="/TestLib.tld" prefix="test" %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TagSupport/positiveDoEndTag.jsp Index: positiveDoEndTag.jsp =================================================================== positiveDoEndTag <% /** Name : positiveDoEndTag Description : prints "JSP is cool" repeatedly depending on the value of the attribute and then prints "End of Tag is Reached" . Result : "End of tag Reached" should be printed **/ %> <%@ taglib uri="/TestLib.tld" prefix="test" %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TagSupport/positiveSetGetId.jsp Index: positiveSetGetId.jsp =================================================================== positiveSetGetId <% /** Name : positiveSetGetId Description : passes an attribute to call setId and getId methods of the implementing Tag Handler. Result : The setId and getId methods should work fine.The value passed in the id attribute should be printed **/ %> <%@ taglib uri="/TestLib.tld" prefix="test" %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TagSupport/positivefindAncestorWithClass.jsp Index: positivefindAncestorWithClass.jsp =================================================================== positivefindAncestorWithClass <% /** Name :positivefindAncestorWithClass Description : Test the coordination between nested tags.A person can be eligible for only one prize. Result : The name of the prize winners is printed. **/ %> <%@ taglib uri="/TestLib.tld" prefix="test" %>