Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 16642 invoked from network); 22 Jan 2008 20:26:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2008 20:26:57 -0000 Received: (qmail 72522 invoked by uid 500); 22 Jan 2008 20:26:46 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 72310 invoked by uid 500); 22 Jan 2008 20:26:45 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 72301 invoked by uid 99); 22 Jan 2008 20:26:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 12:26:45 -0800 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; Tue, 22 Jan 2008 20:26:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AD29E71425D for ; Tue, 22 Jan 2008 12:26:34 -0800 (PST) Message-ID: <26462800.1201033594706.JavaMail.jira@brutus> Date: Tue, 22 Jan 2008 12:26:34 -0800 (PST) From: "Niall Pemberton (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (MATH-179) Fraction tests for double Constructor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Fraction tests for double Constructor ------------------------------------- Key: MATH-179 URL: https://issues.apache.org/jira/browse/MATH-179 Project: Commons Math Issue Type: Test Reporter: Niall Pemberton Priority: Minor I was looking at borrowing some code from Fraction and the constructor that takes a double doesn't seem to have much tests. Attaching a patch - if I've missed something or these tests are a waste of time or its covered well elsewhere then please ignore this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.