Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 42505 invoked from network); 30 Apr 2006 05:00:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Apr 2006 05:00:06 -0000 Received: (qmail 14867 invoked by uid 500); 30 Apr 2006 05:00:05 -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 14856 invoked by uid 99); 30 Apr 2006 05:00:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Apr 2006 22:00:05 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Apr 2006 22:00:05 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CC5817142CE for ; Sun, 30 Apr 2006 04:59:37 +0000 (GMT) Message-ID: <31383497.1146373177834.JavaMail.jira@brutus> Date: Sun, 30 Apr 2006 04:59:37 +0000 (GMT+00:00) From: "Ilan Kirsh (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Created: (JDO-376) DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager - No cleanup for pm 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 DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager - No cleanup for pm ------------------------------------------------------------------------------------- Key: JDO-376 URL: http://issues.apache.org/jira/browse/JDO-376 Project: JDO Type: Bug Components: tck20 Reporter: Ilan Kirsh Priority: Minor In org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager, Line 77: It should be pm2 instead of pm, otherwise cleanup of pm is skipped and a following test may fail. For instance running org.apache.jdo.tck.query.api.Close after DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager fails, because the old PCPoint instances are still there. -- 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