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_psPolynomialEval3D.c

    r13127 r13308  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.7 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-05-02 04:34:13 $
     6*  @version  $Revision: 1.8 $  $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
     
    121121    psLogSetFormat("HLNM");
    122122    psLogSetLevel(PS_LOG_INFO);
    123     plan_tests(48);
    124 
    125 
    126     // Allocate polynomial with unallowed type
    127     {
    128         psMemId id = psMemGetId();
    129         psPolynomial3D* polyOrd = psPolynomial3DAlloc(99, TERMS-1, TERMS-1, TERMS-1);
    130         ok(polyOrd == NULL, "psPolynomial3DAlloc() returned NULL with unallowed type");
    131         psFree(polyOrd);
    132         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    133 
    134     }
     123    plan_tests(46);
    135124
    136125
Note: See TracChangeset for help on using the changeset viewer.