Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 82741 invoked from network); 8 Jul 2008 08:32:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 08:32:02 -0000 Received: (qmail 70151 invoked by uid 500); 8 Jul 2008 08:32:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 70123 invoked by uid 500); 8 Jul 2008 08:32:02 -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 70112 invoked by uid 99); 8 Jul 2008 08:32:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 01:32:02 -0700 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; Tue, 08 Jul 2008 08:31:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E01EE234C157 for ; Tue, 8 Jul 2008 01:31:35 -0700 (PDT) Message-ID: <1131279524.1215505895916.JavaMail.jira@brutus> Date: Tue, 8 Jul 2008 01:31:35 -0700 (PDT) From: "Junjie Peng (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3751) Convert case.sql to junit In-Reply-To: <769737521.1214989845418.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/DERBY-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611484#action_12611484 ] Junjie Peng commented on DERBY-3751: ------------------------------------ Hehe. I will remeber this revision and correct my other patches, thank you! > Convert case.sql to junit > ------------------------- > > Key: DERBY-3751 > URL: https://issues.apache.org/jira/browse/DERBY-3751 > Project: Derby > Issue Type: Test > Components: Test > Environment: Windows Xp, sp2. > Reporter: Junjie Peng > Assignee: Junjie Peng > Fix For: 10.5.0.0 > > Attachments: derby-3751-1-patch.txt, derby-3751-1-stat.txt, derby-3751-2-patch.txt, derby-3751-2-stat.txt, derby-3751-patch.txt > > Original Estimate: 72h > Remaining Estimate: 72h > > In the package "org.apache.derbyTesting.functionTests.tests.lang", we have both "CaseExpressionTest.java" and "case.sql", which are both about case. Now, I would like to convert "case.sql" to junit, and I will add new test cases into "CaseExpressionTest.java" ? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.