Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 70841 invoked from network); 13 Oct 2006 18:20:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 18:20:25 -0000 Received: (qmail 92384 invoked by uid 500); 13 Oct 2006 18:20:24 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 92360 invoked by uid 500); 13 Oct 2006 18:20:24 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 92349 invoked by uid 500); 13 Oct 2006 18:20:24 -0000 Received: (qmail 92346 invoked by uid 99); 13 Oct 2006 18:20:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 11:20:24 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 11:20:24 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 28D021A981A; Fri, 13 Oct 2006 11:20:04 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r463765 - /db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml Date: Fri, 13 Oct 2006 18:20:03 -0000 To: ojb-commits@db.apache.org From: arminw@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061013182004.28D021A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: arminw Date: Fri Oct 13 11:20:03 2006 New Revision: 463765 URL: http://svn.apache.org/viewvc?view=rev&rev=463765 Log: add autoincrement="true" for TreeTest Modified: db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml Modified: db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml URL: http://svn.apache.org/viewvc/db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml?view=diff&rev=463765&r1=463764&r2=463765 ============================================================================== --- db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml (original) +++ db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml Fri Oct 13 11:20:03 2006 @@ -1919,6 +1919,7 @@ column="ID" jdbc-type="INTEGER" primarykey="true" + autoincrement="true" />