Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 18208 invoked from network); 9 Nov 2007 20:53:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2007 20:53:14 -0000 Received: (qmail 10722 invoked by uid 500); 9 Nov 2007 20:53:00 -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 10711 invoked by uid 99); 9 Nov 2007 20:53:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2007 12:53:00 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 09 Nov 2007 20:53:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F124714233 for ; Fri, 9 Nov 2007 12:52:51 -0800 (PST) Message-ID: <1354186.1194641571518.JavaMail.jira@brutus> Date: Fri, 9 Nov 2007 12:52:51 -0800 (PST) From: "Michelle Caisse (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Assigned: (JDO-521) Create tests for relationship mapping (spec section 15.3) In-Reply-To: <18770819.1187734830541.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-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse reassigned JDO-521: ----------------------------------- Assignee: Andy Jefferson (was: Michelle Caisse) Negative tests still fail: RUN RelationshipNegative1To1Test.testA2BbutNotB2AMapped FAILURE RUN RelationshipNegative1To1Test.testA2BbutNotB2AMappedBy FAILURE RUN RelationshipNegative1To1Test.testSetOtherSideToNullMapped FAILURE RUN RelationshipNegative1To1Test.testSetOtherSideToNullMappedBy FAILURE RUN RelationshipNegative1ToManyTest.testDeleteOtherSide FAILURE RUN RelationshipNegative1ToManyTest.testAddToMoreThanOne FAILURE RUN RelationshipNegative1ToManyTest.testAInBbutNotB2A FAILURE Description: Managed relationship tests with standard mapping, basic testdata with no relationships. Time: 016 There were 7 failures: testA2BbutNotB2AMapped(org.apache.jdo.tck.mapping.RelationshipNegative1To1Test)junit.framework.AssertionFailedError: Assertion A15-3.1 (RelationshipNegative1To1Test) failed: testA2BbutNotB2AMapped: expected JDOUserException on flush! at org.apache.jdo.tck.mapping.RelationshipNegative1To1Test.doFlush(RelationshipNegative1To1Test.java:147) at org.apache.jdo.tck.mapping.RelationshipNegative1To1Test.testA2BbutNotB2AMapped(RelationshipNegative1To1Test.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java:254) at org.apache.jdo.tck.util.BatchTestRunner.doRun(BatchTestRunner.java:108) at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:148) at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:123) ... > Create tests for relationship mapping (spec section 15.3) > --------------------------------------------------------- > > Key: JDO-521 > URL: https://issues.apache.org/jira/browse/JDO-521 > Project: JDO > Issue Type: Test > Components: tck2 > Affects Versions: JDO 2 maintenance release 1 > Reporter: Michelle Caisse > Assignee: Andy Jefferson > Attachments: JDO-521.patch > > > We need a set of tests to test that an implementation syncs both sides of a relationship on flush(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.