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

    r13305 r13308  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.8 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-05-08 06:21:16 $
     6*  @version  $Revision: 1.9 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2007-05-08 06:36:51 $
    88*
    99*  XXX: Probably should test single- and multi-dimensional polynomials in
     
    4444    psLogSetFormat("HLNM");
    4545    psLogSetLevel(PS_LOG_INFO);
    46     plan_tests(30);
    47 
    48 
    49     // Allocate polynomial with unallowable type
    50     {
    51         psMemId id = psMemGetId();
    52         psPolynomial1D* polyOrd = psPolynomial1DAlloc(99, TERMS-1);
    53         ok(polyOrd==NULL, "psPolynomial1DAlloc() returned NULL with unallowed type");
    54         psFree(polyOrd);
    55         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    56     }
     46    plan_tests(28);
    5747
    5848
Note: See TracChangeset for help on using the changeset viewer.