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

    r13124 r13308  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.6 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-05-02 04:20:06 $
     6*  @version  $Revision: 1.7 $  $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
     
    7070    psLogSetFormat("HLNM");
    7171    psLogSetLevel(PS_LOG_INFO);
    72     plan_tests(40);
    73 
    74 
    75     // Allocate polynomial with unallowed type
    76     {
    77         psMemId id = psMemGetId();
    78         psPolynomial2D* polyOrd = psPolynomial2DAlloc(99, TERMS-1, TERMS-1);
    79         ok(polyOrd == NULL, "psPolynomial2DAlloc() returned NULL with unallowed tpye");
    80         psFree(polyOrd);
    81         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    82     }
     72    plan_tests(38);
    8373
    8474
Note: See TracChangeset for help on using the changeset viewer.