Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 77588 invoked from network); 7 Feb 2007 23:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 23:49:26 -0000 Received: (qmail 88142 invoked by uid 500); 7 Feb 2007 23:49:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 88107 invoked by uid 500); 7 Feb 2007 23:49:33 -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 88097 invoked by uid 99); 7 Feb 2007 23:49:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 15:49:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 07 Feb 2007 15:49:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F4E47142B5 for ; Wed, 7 Feb 2007 15:49:05 -0800 (PST) Message-ID: <29941602.1170892145502.JavaMail.jira@brutus> Date: Wed, 7 Feb 2007 15:49:05 -0800 (PST) From: "Jean T. Anderson (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2304) Convert derbynet/callable.java to junit In-Reply-To: <28937294.1170871390412.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-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean T. Anderson updated DERBY-2304: ------------------------------------ Attachment: derby-2304-preview-3.diff Don't look at derby-2304-preview-2.diff -- it has confusing cruft leftover from my initial teardown implementation [1]. derby-2304-preview-3.diff cleans that up. [1] For newbies coming after me, my first shot at CallableTest.java explicitly coded both setUp() and tearDown(). But I switched the strategy to use CleanDatabaseTestSetup() instead, which automatically does the tearDown, eliminating any need to provide code to drop database objects. > Convert derbynet/callable.java to junit > --------------------------------------- > > Key: DERBY-2304 > URL: https://issues.apache.org/jira/browse/DERBY-2304 > Project: Derby > Issue Type: Improvement > Components: Test > Reporter: Jean T. Anderson > Assigned To: Jean T. Anderson > Priority: Minor > Attachments: derby-2304-preview-2.diff, derby-2304-preview-3.diff, derby-2304-preview.diff > > > Convert the derbynet.callable.java test to the junit framework. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.