Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 63679 invoked from network); 23 May 2007 20:16:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2007 20:16:08 -0000 Received: (qmail 53614 invoked by uid 500); 23 May 2007 20:16:12 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 53565 invoked by uid 500); 23 May 2007 20:16:11 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 53542 invoked by uid 99); 23 May 2007 20:16:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 13:16:11 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 13:16:05 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A776C1A981C; Wed, 23 May 2007 13:15:45 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r541053 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/Decorator.java Date: Wed, 23 May 2007 20:15:45 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070523201545.A776C1A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djd Date: Wed May 23 13:15:44 2007 New Revision: 541053 URL: http://svn.apache.org/viewvc?view=rev&rev=541053 Log: Fix build error. Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/Decorator.java Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/Decorator.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/Decorator.java?view=diff&rev=541053&r1=541052&r2=541053 ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/Decorator.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/Decorator.java Wed May 23 13:15:44 2007 @@ -69,6 +69,8 @@ */ protected void setUp() throws SQLException { + String bootPhrase = getBootPhrase(16); + DataSource ds = JDBCDataSource.getDataSource(); JDBCDataSource.setBeanProperty(ds,