From derby-dev-return-61304-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Wed Jul 02 09:11:37 2008 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 75009 invoked from network); 2 Jul 2008 09:11:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2008 09:11:36 -0000 Received: (qmail 6374 invoked by uid 500); 2 Jul 2008 09:11:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6146 invoked by uid 500); 2 Jul 2008 09:11: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 6130 invoked by uid 99); 2 Jul 2008 09:11:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 02:11:37 -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; Wed, 02 Jul 2008 09:10:54 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6657E234C14E for ; Wed, 2 Jul 2008 02:10:45 -0700 (PDT) Message-ID: <769737521.1214989845418.JavaMail.jira@brutus> Date: Wed, 2 Jul 2008 02:10:45 -0700 (PDT) From: "Junjie Peng (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3751) Convert case.sql to junit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.