Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 1704 invoked from network); 14 May 2007 20:23:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 20:23:40 -0000 Received: (qmail 64383 invoked by uid 500); 14 May 2007 20:23:45 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 64325 invoked by uid 500); 14 May 2007 20:23:44 -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 64109 invoked by uid 99); 14 May 2007 20:23:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 13:23:44 -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; Mon, 14 May 2007 13:23:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C1614714070 for ; Mon, 14 May 2007 13:23:16 -0700 (PDT) Message-ID: <24141394.1179174196790.JavaMail.jira@brutus> Date: Mon, 14 May 2007 13:23:16 -0700 (PDT) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-1556) Add a utility JUnit test decorator that drops all SQL objects in its tearDown method. In-Reply-To: <5996270.1153442960591.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-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner closed DERBY-1556. ---------------------------------------- > Add a utility JUnit test decorator that drops all SQL objects in its tearDown method. > ------------------------------------------------------------------------------------- > > Key: DERBY-1556 > URL: https://issues.apache.org/jira/browse/DERBY-1556 > Project: Derby > Issue Type: Improvement > Components: Test > Reporter: Daniel John Debrunner > Fix For: 10.3.0.0 > > > Idea is to drop objects based upon input from DatabaseMetaData or Derby system catalogs where the meta data is insufficient. > Would allow Junit tests to share databases. > Can be incrementally developed and used, e.g. first step drop all views. Then tables etc. etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.