Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 83100 invoked from network); 22 Apr 2006 20:13:12 -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:12 -0000 Received: (qmail 24686 invoked by uid 500); 22 Apr 2006 20:13:12 -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 24674 invoked by uid 99); 22 Apr 2006 20:13:12 -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:12 -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:12 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E2D27142BE for ; Sat, 22 Apr 2006 20:12:06 +0000 (GMT) Message-ID: <17437957.1145736726638.JavaMail.jira@brutus> Date: Sat, 22 Apr 2006 20:12:06 +0000 (GMT+00:00) From: "Michael Bouschen (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Closed: (JDO-140) Add get/setRollbackOnly tests In-Reply-To: <452582559.1127260648017.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-140?page=all ] Michael Bouschen closed JDO-140: -------------------------------- Fix Version: JDO 2 beta Resolution: Fixed > Add get/setRollbackOnly tests > ----------------------------- > > Key: JDO-140 > URL: http://issues.apache.org/jira/browse/JDO-140 > Project: JDO > Type: Test > Components: tck20 > Environment: TCK > Reporter: Craig Russell > Assignee: Craig Russell > Fix For: JDO 2 beta > Attachments: jdo140patch.txt > > There are two test classes for get/setRollbackOnly. > One test class transactions.AfterSetRollbackOnlyCommitFails tests assertion A13.4.5-1 > Once a transaction has been marked for rollback via setRollbackOnly, the commit method will always fail with JDOFatalDataStoreException. > The strategy is to begin a transaction, set rollback only, and commit. The expected behavior is to catch an exception. > The second test class transactions.GetRollbackOnlyReturnsFalseUntilSet tests assertion A13.4.5-2 > After a transaction is begun, getRollbackOnly will return false until set commit or rollback is called. > The strategy is to begin a transaction, test that getRollbackOnly is false, setRollbackOnly, and test that getRollbackOnly is true. -- 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