From derby-dev-return-48313-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Tue Sep 04 20:29:15 2007 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 1312 invoked from network); 4 Sep 2007 20:29:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 20:29:13 -0000 Received: (qmail 6602 invoked by uid 500); 4 Sep 2007 20:29:06 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6574 invoked by uid 500); 4 Sep 2007 20:29:06 -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 6474 invoked by uid 99); 4 Sep 2007 20:29:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 13:29:06 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 20:29:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5265B714187 for ; Tue, 4 Sep 2007 13:28:45 -0700 (PDT) Message-ID: <29924399.1188937725334.JavaMail.jira@brutus> Date: Tue, 4 Sep 2007 13:28:45 -0700 (PDT) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3050) Convert groupBy.sql tests to JUnit and include them in GroupByTest.java 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 groupBy.sql tests to JUnit and include them in GroupByTest.java ----------------------------------------------------------------------- Key: DERBY-3050 URL: https://issues.apache.org/jira/browse/DERBY-3050 Project: Derby Issue Type: Sub-task Components: Test Affects Versions: 10.4.0.0 Reporter: Bryan Pendleton Priority: Minor There are currently 3 sets of GROUP BY tests: - GroupByExpressionTest.java - GroupByTest.java - groupBy.sql The first two tests are JUnit tests; the groupBy.sql tests are old-style harness tests, although they are now run in the JUnit framework using the LangScripts technique. This sub-task proposes to convert the groupBy.sql tests to JUnit tests, and to include them directly into GroupByTest.java. The DERBY-2151 conversion tool can be used to assist in the conversion process. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.