Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 19255 invoked from network); 5 Aug 2009 05:13:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Aug 2009 05:13:30 -0000 Received: (qmail 78209 invoked by uid 500); 5 Aug 2009 05:13:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 78129 invoked by uid 500); 5 Aug 2009 05:13:37 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 78121 invoked by uid 99); 5 Aug 2009 05:13:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 05:13:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 05:13:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3AC66234C044 for ; Tue, 4 Aug 2009 22:13:15 -0700 (PDT) Message-ID: <192922255.1249449195226.JavaMail.jira@brutus> Date: Tue, 4 Aug 2009 22:13:15 -0700 (PDT) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4317) convert columnDefaults.sql to JUNIT In-Reply-To: <1527023931.1248107235079.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739342#action_12739342 ] Bryan Pendleton commented on DERBY-4317: ---------------------------------------- I made two small changes: 1) Removed columnDefaults.sql from derbylang.runall 2) Renamed a couple test methods in ColumnDefaultsTest.java so that their names start "testXXX" so that JUnit will find them by default. I'm re-running the regression suites to verify that the new tests pass. Everything else looks good to me. > convert columnDefaults.sql to JUNIT > ----------------------------------- > > Key: DERBY-4317 > URL: https://issues.apache.org/jira/browse/DERBY-4317 > Project: Derby > Issue Type: Improvement > Components: Test > Reporter: Eranda Sooriyabandara > Assignee: Eranda Sooriyabandara > Priority: Minor > Attachments: ColumnDefaultsTest.diff, ColumnDefaultsTest.diff > > > Conversion of the columnDefaults.sql to JUNIT -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.