IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2007, 8:36:51 PM (19 years ago)
Author:
gusciora
Message:

Got rid of tests for unallowed polynomial type (moved elsewhere).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tap_psPolynomialEval4D.c

    r13124 r13308  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.5 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-05-02 04:20:06 $
     6*  @version  $Revision: 1.6 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2007-05-08 06:36:51 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    363363    psLogSetFormat("HLNM");
    364364    psLogSetLevel(PS_LOG_INFO);
    365     plan_tests(56);
    366 
    367 
    368     // Allocate polynomial with unallowed type
    369     {
    370         psMemId id = psMemGetId();
    371         psPolynomial4D* polyOrd = psPolynomial4DAlloc(99, TERMS-1, TERMS-1, TERMS-1, TERMS-1);
    372         ok(polyOrd == NULL, "psPolynomial4DAlloc() returned NULL with unallowed type");
    373         psFree(polyOrd);
    374         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    375     }
     365    plan_tests(54);
    376366
    377367
Note: See TracChangeset for help on using the changeset viewer.