Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 83334 invoked from network); 22 Apr 2006 20:13:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2006 20:13:34 -0000 Received: (qmail 25221 invoked by uid 500); 22 Apr 2006 20:13:33 -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 25145 invoked by uid 99); 22 Apr 2006 20:13:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2006 13:13:33 -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, 22 Apr 2006 13:13:32 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DE61F7142BF for ; Sat, 22 Apr 2006 20:12:17 +0000 (GMT) Message-ID: <22369337.1145736737908.JavaMail.jira@brutus> Date: Sat, 22 Apr 2006 20:12:17 +0000 (GMT+00:00) From: "Michael Bouschen (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Closed: (JDO-154) Add tests for getUserObject, putUserObject, removeUserObject In-Reply-To: <685102194.1128259073921.JavaMail.jira@ajax.apache.org> 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-154?page=all ] Michael Bouschen closed JDO-154: -------------------------------- Fix Version: JDO 2 beta Resolution: Fixed > Add tests for getUserObject, putUserObject, removeUserObject > ------------------------------------------------------------ > > Key: JDO-154 > URL: http://issues.apache.org/jira/browse/JDO-154 > Project: JDO > Type: Test > Components: tck20 > Reporter: Craig Russell > Assignee: Craig Russell > Fix For: JDO 2 beta > Attachments: JDO-154.patch > > Assertion 12.11-1 PersistenceManager APIs > Object putUserObject(Object key, Object value); This method models the put method of Map. The current value associated with the key is returned and replaced by the parameter value. If the parameter value is null, the implementation may remove the entry from the table of managed key/value pairs > Object removeUserObject(Object key); This method models the remove method of Map. The current value associated with the key is re turned and removed > Object getUserObject(Object key); This method models the get method of Map. The current value associated with the key is returned. If the key is not found in the table, null is returned. -- 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