Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 69054 invoked from network); 7 Feb 2007 23:14:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 23:14:27 -0000 Received: (qmail 45563 invoked by uid 500); 7 Feb 2007 23:14:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 45531 invoked by uid 500); 7 Feb 2007 23:14:34 -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 45509 invoked by uid 99); 7 Feb 2007 23:14: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:14: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:14:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 152C27142CC for ; Wed, 7 Feb 2007 15:14:06 -0800 (PST) Message-ID: <17741173.1170890046084.JavaMail.jira@brutus> Date: Wed, 7 Feb 2007 15:14:06 -0800 (PST) From: "Jean T. Anderson (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (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:comment-tabpanel#action_12471141 ] Jean T. Anderson commented on DERBY-2304: ----------------------------------------- Thanks for the speedy comments, Dan! R1) Regarding the teardown, I was confused by what was happening under the hood and when. The 'DROP ROUTINE' error I encountered sounds like something I should reproduce separately and log as an issue. R2) I really like your approach that avoids explicitly adding all fixtures. R3) Excellent -- thanks! R4) assertDecimalEquals("OUT 2", "33.3330", cs.getBigDecimal(2)); That still resulted in differences detected: OUT 2 expected:<33.3330> but was:<33.3330> However, changing the last arg to string worked: assertDecimalEquals("OUT 2", "33.3330", cs.getBigDecimal(2).toString()); thanks for the feedback! > 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.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.