Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 30253 invoked from network); 6 Aug 2006 06:41:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Aug 2006 06:41:04 -0000 Received: (qmail 5542 invoked by uid 500); 6 Aug 2006 06:41:03 -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 5531 invoked by uid 99); 6 Aug 2006 06:41:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2006 23:41:03 -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, 05 Aug 2006 23:41:00 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6B1E410026 for ; Sun, 6 Aug 2006 06:38:15 +0000 (GMT) Message-ID: <17666307.1154846295811.JavaMail.jira@brutus> Date: Sat, 5 Aug 2006 23:38:15 -0700 (PDT) From: "Andy Jefferson (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-402) checkRemoveGroup - removeGroup should be before getGroups In-Reply-To: <6488764.1153902373825.JavaMail.jira@brutus> 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 [ http://issues.apache.org/jira/browse/JDO-402?page=comments#action_12426035 ] Andy Jefferson commented on JDO-402: ------------------------------------ Understood. The original test does fail with the change to backing store copy (in JPOX CVS). Just need someone to apply the patch to tck20 ;-) > checkRemoveGroup - removeGroup should be before getGroups > --------------------------------------------------------- > > Key: JDO-402 > URL: http://issues.apache.org/jira/browse/JDO-402 > Project: JDO > Issue Type: Bug > Components: tck20 > Affects Versions: JDO 2 final > Reporter: Ilan Kirsh > Assigned To: Craig Russell > Fix For: JDO 2 maintenance release 1 > > Attachments: JDO-402.patch > > > In org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface, lines 281-282, > it probably has to be: > fp.removeGroup("default"); > Collection groups = fp.getGroups(); > Instead of: > Collection groups = fp.getGroups(); > fp.removeGroup("default"); -- 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