You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2007/05/23 22:15:45 UTC

svn commit: r541053 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/Decorator.java

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,