From derby-commits-return-3931-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Fri Jul 21 14:21:11 2006 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 60325 invoked from network); 21 Jul 2006 14:21:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jul 2006 14:21:11 -0000 Received: (qmail 14072 invoked by uid 500); 21 Jul 2006 14:21:11 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 14052 invoked by uid 500); 21 Jul 2006 14:21:11 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 14041 invoked by uid 99); 21 Jul 2006 14:21:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 07:21:11 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 07:21:10 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id AA4286ACA9 for ; Fri, 21 Jul 2006 15:20:49 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Fri, 21 Jul 2006 14:20:49 -0000 Message-ID: <20060721142049.25461.68061@ajax.apache.org> Subject: [Db-derby Wiki] Update of "KillDerbyTestHarness" by DanDebrunner X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by DanDebrunner: http://wiki.apache.org/db-derby/KillDerbyTestHarness New page: = Replacing functionality of the Derby test harness = == Harness features == The test decorator pattern, a class extending `TestSetup` seems the natural way to replace most of the functionality of the test harness. || '''Feature''' || '''Decorator''' || '''JIRA''' || '''Comments''' || || Create & remove database || yes || [http://issues.apache.org/jira/browse/DERBY-1557 DERBY-1557] || || || Setup SecurityManage and policy file || yes(?) || || || || Cleanup database objects || yes || [http://issues.apache.org/jira/browse/DERBY-1556 DERBY-1556] || '''new''' - allows databsaes to be shared across tests to decrease test running time || || Determine JDK environment || no || || E.g. isFoundation() etc., is JDK 1.3 || || Boot & shutdown network server || yes || || At least within the same JVM can be a decorator || || Setup & remove extin, extout, extout folders || yes || || || || Copy & remove support files || yes || || ||