Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 93375 invoked from network); 9 May 2005 18:34:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 May 2005 18:34:09 -0000 Received: (qmail 79351 invoked by uid 500); 9 May 2005 18:37:17 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 79244 invoked by uid 500); 9 May 2005 18:37:16 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 79178 invoked by uid 99); 9 May 2005 18:37:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 09 May 2005 11:37:14 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 78C1D2FB for ; Mon, 9 May 2005 20:05:28 +0200 (CEST) Message-ID: <1454938290.1115661928450.JavaMail.jira@ajax.apache.org> Date: Mon, 9 May 2005 20:05:28 +0200 (CEST) From: "Scott Semyan (JIRA)" To: beehive-dev@incubator.apache.org Subject: [jira] Created: (BEEHIVE-624) Minor jsp tweaks to fix PetStore HTTPUnit test failures Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Minor jsp tweaks to fix PetStore HTTPUnit test failures ------------------------------------------------------- Key: BEEHIVE-624 URL: http://issues.apache.org/jira/browse/BEEHIVE-624 Project: Beehive Type: Bug Components: Samples Versions: V1 Reporter: Scott Semyan Attachments: diff.txt For some reason, after the recent directory re-org, HTTPUnit got more fussy about parsing the HTML in the pages of PetStoreWeb. I think because the HTTPUnit target is sharing the classpath from PetStore web, HTTPUnit is using the XML parser from WEB-INF/lib rather than the one it ships with in HTTPUnit/jars. This parser must be a bit more stringent. Therefore, I had to remove a few extra

tags to get it to parse correctly. This was the cause of the 3 HTTPUnit failures we saw. Diff attached. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira