Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 59683 invoked from network); 10 Mar 2010 17:59:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Mar 2010 17:59:33 -0000 Received: (qmail 71264 invoked by uid 500); 10 Mar 2010 17:59:02 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 71207 invoked by uid 500); 10 Mar 2010 17:59:02 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 71200 invoked by uid 99); 10 Mar 2010 17:59:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 17:59:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 17:59:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9A2BF2388A32; Wed, 10 Mar 2010 17:58:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r921488 - /commons/proper/math/trunk/src/test/R/testAll Date: Wed, 10 Mar 2010 17:58:41 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100310175841.9A2BF2388A32@eris.apache.org> Author: psteitz Date: Wed Mar 10 17:58:41 2010 New Revision: 921488 URL: http://svn.apache.org/viewvc?rev=921488&view=rev Log: Added cauchy and pascal verification tests. Modified: commons/proper/math/trunk/src/test/R/testAll Modified: commons/proper/math/trunk/src/test/R/testAll URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/R/testAll?rev=921488&r1=921487&r2=921488&view=diff ============================================================================== --- commons/proper/math/trunk/src/test/R/testAll (original) +++ commons/proper/math/trunk/src/test/R/testAll Wed Mar 10 17:58:41 2010 @@ -33,6 +33,8 @@ source("normalTestCases") source("poissonTestCases") source("hypergeometricTestCases") source("exponentialTestCases") +source("cauchyTestCases.R") +source("pascalTestCases") # regression source("regressionTestCases")