Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 28319 invoked from network); 1 Mar 2007 00:14:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 00:14:14 -0000 Received: (qmail 17919 invoked by uid 500); 1 Mar 2007 00:14:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17866 invoked by uid 500); 1 Mar 2007 00:14:20 -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 17833 invoked by uid 99); 1 Mar 2007 00:14:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 16:14:20 -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, 28 Feb 2007 16:14:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1A50F7141A2 for ; Wed, 28 Feb 2007 16:13:51 -0800 (PST) Message-ID: <20368079.1172708031104.JavaMail.jira@brutus> Date: Wed, 28 Feb 2007 16:13:51 -0800 (PST) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2382) Convert casting.java to Junit In-Reply-To: <11142445.1172702270669.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-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2382: ---------------------------------- Attachment: DERBY_2382.diff DERBY_2382.diff has the new test CastingTest.java which will replace casting.java. Currently the test checks only whether the casts succeed and that results can be drained or fails. I would like opinions on whether checking the values returned for each cast is required or whether it is ok just to verify the success of the cast. > Convert casting.java to Junit > ----------------------------- > > Key: DERBY-2382 > URL: https://issues.apache.org/jira/browse/DERBY-2382 > Project: Derby > Issue Type: Task > Components: Test > Affects Versions: 10.3.0.0 > Reporter: Kathey Marsden > Assigned To: Kathey Marsden > Priority: Minor > Fix For: 10.3.0.0 > > Attachments: DERBY_2382.diff > > > Convert casting.java to Junit -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.