Return-Path: Delivered-To: apmail-jakarta-watchdog-dev-archive@apache.org Received: (qmail 34134 invoked from network); 28 Jan 2002 23:40:40 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Jan 2002 23:40:40 -0000 Received: (qmail 11344 invoked by uid 97); 28 Jan 2002 23:40:45 -0000 Delivered-To: qmlist-jakarta-archive-watchdog-dev@jakarta.apache.org Received: (qmail 11328 invoked by uid 97); 28 Jan 2002 23:40:44 -0000 Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Watchdog Developers List" Reply-To: "Watchdog Developers List" Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 11317 invoked by uid 97); 28 Jan 2002 23:40:43 -0000 Date: 28 Jan 2002 23:40:36 -0000 Message-ID: <20020128234036.22445.qmail@icarus.apache.org> From: rlubke@apache.org To: jakarta-watchdog-4.0-cvs@apache.org Subject: cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/actions/getProperty negativeGetPropObjectNotFoundException.jsp positiveGetProps.jsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rlubke 02/01/28 15:40:36 Added: src/server/jsp-tests/jsp/core_syntax/actions/getProperty negativeGetPropObjectNotFoundException.jsp positiveGetProps.jsp Log: - reorg and additon/modification of jsp:getProperty tests Revision Changes Path 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/actions/getProperty/negativeGetPropObjectNotFoundException.jsp Index: negativeGetPropObjectNotFoundException.jsp =================================================================== negativeGetPropObjectNotFoundException <% /** Name : negativeGetPropObjectNotFoundException Description : Access a property of a non-existant bean. An Exception should be raised. Result : An Exception of Unknown type should be caught and a message should be displayed. **/ %> <% try { %> <% } catch ( Exception e ) { out.println( "Exception successfully caught: Test Status: PASS" ); } %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/actions/getProperty/positiveGetProps.jsp Index: positiveGetProps.jsp =================================================================== positiveGetProps <% /** Name : positiveGetProps Description : Create a valid useBean tag in the JSP. Access one of its properties through a getProperty tag. Result : Should return the value of the property as part of the returned HTML **/ %> -- To unsubscribe, e-mail: For additional commands, e-mail: