Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 74423 invoked from network); 11 Mar 2007 02:12:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2007 02:12:29 -0000 Received: (qmail 41369 invoked by uid 500); 11 Mar 2007 02:12:38 -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 41358 invoked by uid 99); 11 Mar 2007 02:12:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2007 18:12:38 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2007 18:12:29 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 68498714045 for ; Sat, 10 Mar 2007 18:12:09 -0800 (PST) Message-ID: <24046489.1173579129416.JavaMail.jira@brutus> Date: Sat, 10 Mar 2007 18:12:09 -0800 (PST) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Resolved: (JDO-471) Add tests to verify the new constructor and getInstance methods of JDOHelper are functional In-Reply-To: <29823623.1173578829392.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 [ https://issues.apache.org/jira/browse/JDO-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell resolved JDO-471. ------------------------------- Resolution: Fixed svn commit -m "JDO-471 add tests for constructor and getInstance" test/java/javax/jdo/JDOHelperTest.java Sending test/java/javax/jdo/JDOHelperTest.java Transmitting file data . Committed revision 516842. > Add tests to verify the new constructor and getInstance methods of JDOHelper are functional > ------------------------------------------------------------------------------------------- > > Key: JDO-471 > URL: https://issues.apache.org/jira/browse/JDO-471 > Project: JDO > Issue Type: Test > Components: api2, api2-legacy > Affects Versions: JDO 2 final > Reporter: Craig Russell > Assigned To: Craig Russell > Fix For: JDO 2 maintenance release 1 > > Attachments: JDO-471.patch > > > With 2.1, there is a constructor and a static method to get the singleton instance of JDOHelper. This change adds tests to JDOHelperTest to verify that these features are active, although the tests are not exhaustive. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.