Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 61974 invoked from network); 22 Sep 2005 16:20:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2005 16:20:50 -0000 Received: (qmail 67133 invoked by uid 500); 22 Sep 2005 16:20:50 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 67120 invoked by uid 99); 22 Sep 2005 16:20:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 09:20:48 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id F0212DF for ; Thu, 22 Sep 2005 18:20:27 +0200 (CEST) Message-ID: <143740100.1127406027981.JavaMail.jira@ajax.apache.org> Date: Thu, 22 Sep 2005 18:20:27 +0200 (CEST) From: "Michelle Caisse (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Created: (JDO-147) Remove pm.deletePersistent from query tests Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Remove pm.deletePersistent from query tests ------------------------------------------- Key: JDO-147 URL: http://issues.apache.org/jira/browse/JDO-147 Project: JDO Type: Bug Components: tck20 Reporter: Michelle Caisse Assigned to: Michael Watzek The query tests delete the persistent instance that they create at the end of the test using pm.deletePersistent(). Now that we use the new cleanup mechanism (addTearDownClass(Class)), there is no reason to deletie the instance. Also, the new maven option jdo.tck.cleanupaftertest cannot override this cleanup, so you can never see the database contents for debugging. Therefore, we should remove the line that deletes the persistent instance. -- 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